@@ -162,10 +162,20 @@ import { TermBaseTermGroupsRequest } from './types/index';
162162import { TermBaseTermGroupsResponse } from './types/index' ;
163163import { TextGetTextListWithKeyOrSourceRequest } from './types/index' ;
164164import { TextGetTextListWithKeyOrSourceResponse } from './types/index' ;
165+ import { VideoEditorAddEmotionTagRequest } from './types/index' ;
166+ import { VideoEditorAddEmotionTagResponse } from './types/index' ;
167+ import { VideoEditorAddSpeakerRequest } from './types/index' ;
168+ import { VideoEditorAddSpeakerResponse } from './types/index' ;
165169import { VideoEditorAsyncGenDubbingRequest } from './types/index' ;
166170import { VideoEditorAsyncGenDubbingResponse } from './types/index' ;
171+ import { VideoEditorDeleteEmotionTagRequest } from './types/index' ;
172+ import { VideoEditorDeleteEmotionTagResponse } from './types/index' ;
173+ import { VideoEditorDeleteSpeakerRequest } from './types/index' ;
174+ import { VideoEditorDeleteSpeakerResponse } from './types/index' ;
167175import { VideoEditorGenDubbingRequest } from './types/index' ;
168176import { VideoEditorGenDubbingResponse } from './types/index' ;
177+ import { VideoEditorGetEmotionTagsRequest } from './types/index' ;
178+ import { VideoEditorGetEmotionTagsResponse } from './types/index' ;
169179import { VideoEditorGetSpeakersRequest } from './types/index' ;
170180import { VideoEditorGetSpeakersResponse } from './types/index' ;
171181import { VideoEditorListSubtitlesRequest } from './types/index' ;
@@ -176,6 +186,10 @@ import { VideoEditorSaveSubtitleRequest } from './types/index';
176186import { VideoEditorSaveSubtitleResponse } from './types/index' ;
177187import { VideoEditorSubmitSubtaskRequest } from './types/index' ;
178188import { VideoEditorSubmitSubtaskResponse } from './types/index' ;
189+ import { VideoEditorSyncSpeakerToSubTaskRequest } from './types/index' ;
190+ import { VideoEditorSyncSpeakerToSubTaskResponse } from './types/index' ;
191+ import { VideoEditorUpdateSpeakerRequest } from './types/index' ;
192+ import { VideoEditorUpdateSpeakerResponse } from './types/index' ;
179193import { VideoProjectCreateRequest } from './types/index' ;
180194import { VideoProjectCreateResponse } from './types/index' ;
181195import { VideoProjectListRequest } from './types/index' ;
@@ -276,13 +290,20 @@ export type TermBaseTermGroupImportCommandOutput = CommandOutput<TermBaseTermGro
276290export type TermBaseTermGroupImportTaskCommandOutput = CommandOutput < TermBaseTermGroupImportTaskResponse > ;
277291export type TermBaseTermGroupsCommandOutput = CommandOutput < TermBaseTermGroupsResponse > ;
278292export type TextGetTextListWithKeyOrSourceCommandOutput = CommandOutput < TextGetTextListWithKeyOrSourceResponse > ;
293+ export type VideoEditorAddEmotionTagCommandOutput = CommandOutput < VideoEditorAddEmotionTagResponse > ;
294+ export type VideoEditorAddSpeakerCommandOutput = CommandOutput < VideoEditorAddSpeakerResponse > ;
279295export type VideoEditorAsyncGenDubbingCommandOutput = CommandOutput < VideoEditorAsyncGenDubbingResponse > ;
296+ export type VideoEditorDeleteEmotionTagCommandOutput = CommandOutput < VideoEditorDeleteEmotionTagResponse > ;
297+ export type VideoEditorDeleteSpeakerCommandOutput = CommandOutput < VideoEditorDeleteSpeakerResponse > ;
280298export type VideoEditorGenDubbingCommandOutput = CommandOutput < VideoEditorGenDubbingResponse > ;
299+ export type VideoEditorGetEmotionTagsCommandOutput = CommandOutput < VideoEditorGetEmotionTagsResponse > ;
281300export type VideoEditorGetSpeakersCommandOutput = CommandOutput < VideoEditorGetSpeakersResponse > ;
282301export type VideoEditorListSubtitlesCommandOutput = CommandOutput < VideoEditorListSubtitlesResponse > ;
283302export type VideoEditorQueryAsyncGenDubbingResultCommandOutput = CommandOutput < VideoEditorQueryAsyncGenDubbingResultResponse > ;
284303export type VideoEditorSaveSubtitleCommandOutput = CommandOutput < VideoEditorSaveSubtitleResponse > ;
285304export type VideoEditorSubmitSubtaskCommandOutput = CommandOutput < VideoEditorSubmitSubtaskResponse > ;
305+ export type VideoEditorSyncSpeakerToSubTaskCommandOutput = CommandOutput < VideoEditorSyncSpeakerToSubTaskResponse > ;
306+ export type VideoEditorUpdateSpeakerCommandOutput = CommandOutput < VideoEditorUpdateSpeakerResponse > ;
286307export type VideoProjectCreateCommandOutput = CommandOutput < VideoProjectCreateResponse > ;
287308export type VideoProjectListCommandOutput = CommandOutput < VideoProjectListResponse > ;
288309export type VideoProjectSerialDubTaskCreateCommandOutput = CommandOutput < VideoProjectSerialDubTaskCreateResponse > ;
@@ -1418,6 +1439,36 @@ export class TextGetTextListWithKeyOrSourceCommand extends Command<
14181439 this . requestConfig = buildRequestConfigFromMetaPath ( TextGetTextListWithKeyOrSourceCommand . metaPath ) ;
14191440 }
14201441}
1442+ /**
1443+ * Command to VideoEditorAddEmotionTag
1444+ */
1445+ export class VideoEditorAddEmotionTagCommand extends Command <
1446+ VideoEditorAddEmotionTagRequest ,
1447+ VideoEditorAddEmotionTagCommandOutput ,
1448+ 'VideoEditorAddEmotionTagCommand'
1449+ > {
1450+ static readonly metaPath = '/VideoEditorAddEmotionTag/2021-05-21/i18n_openapi/get/text_plain/' ;
1451+
1452+ constructor ( input : VideoEditorAddEmotionTagRequest ) {
1453+ super ( input ) ;
1454+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorAddEmotionTagCommand . metaPath ) ;
1455+ }
1456+ }
1457+ /**
1458+ * Command to VideoEditorAddSpeaker
1459+ */
1460+ export class VideoEditorAddSpeakerCommand extends Command <
1461+ VideoEditorAddSpeakerRequest ,
1462+ VideoEditorAddSpeakerCommandOutput ,
1463+ 'VideoEditorAddSpeakerCommand'
1464+ > {
1465+ static readonly metaPath = '/VideoEditorAddSpeaker/2021-05-21/i18n_openapi/get/text_plain/' ;
1466+
1467+ constructor ( input : VideoEditorAddSpeakerRequest ) {
1468+ super ( input ) ;
1469+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorAddSpeakerCommand . metaPath ) ;
1470+ }
1471+ }
14211472/**
14221473 * Command to VideoEditorAsyncGenDubbing
14231474 */
@@ -1426,13 +1477,43 @@ export class VideoEditorAsyncGenDubbingCommand extends Command<
14261477 VideoEditorAsyncGenDubbingCommandOutput ,
14271478 'VideoEditorAsyncGenDubbingCommand'
14281479> {
1429- static readonly metaPath = '/VideoEditorAsyncGenDubbing/2021-05-21/i18n_openapi/get/text_plain /' ;
1480+ static readonly metaPath = '/VideoEditorAsyncGenDubbing/2021-05-21/i18n_openapi/post/application_json /' ;
14301481
14311482 constructor ( input : VideoEditorAsyncGenDubbingRequest ) {
14321483 super ( input ) ;
14331484 this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorAsyncGenDubbingCommand . metaPath ) ;
14341485 }
14351486}
1487+ /**
1488+ * Command to VideoEditorDeleteEmotionTag
1489+ */
1490+ export class VideoEditorDeleteEmotionTagCommand extends Command <
1491+ VideoEditorDeleteEmotionTagRequest ,
1492+ VideoEditorDeleteEmotionTagCommandOutput ,
1493+ 'VideoEditorDeleteEmotionTagCommand'
1494+ > {
1495+ static readonly metaPath = '/VideoEditorDeleteEmotionTag/2021-05-21/i18n_openapi/get/text_plain/' ;
1496+
1497+ constructor ( input : VideoEditorDeleteEmotionTagRequest ) {
1498+ super ( input ) ;
1499+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorDeleteEmotionTagCommand . metaPath ) ;
1500+ }
1501+ }
1502+ /**
1503+ * Command to VideoEditorDeleteSpeaker
1504+ */
1505+ export class VideoEditorDeleteSpeakerCommand extends Command <
1506+ VideoEditorDeleteSpeakerRequest ,
1507+ VideoEditorDeleteSpeakerCommandOutput ,
1508+ 'VideoEditorDeleteSpeakerCommand'
1509+ > {
1510+ static readonly metaPath = '/VideoEditorDeleteSpeaker/2021-05-21/i18n_openapi/get/text_plain/' ;
1511+
1512+ constructor ( input : VideoEditorDeleteSpeakerRequest ) {
1513+ super ( input ) ;
1514+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorDeleteSpeakerCommand . metaPath ) ;
1515+ }
1516+ }
14361517/**
14371518 * Command to VideoEditorGenDubbing
14381519 */
@@ -1448,6 +1529,21 @@ export class VideoEditorGenDubbingCommand extends Command<
14481529 this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorGenDubbingCommand . metaPath ) ;
14491530 }
14501531}
1532+ /**
1533+ * Command to VideoEditorGetEmotionTags
1534+ */
1535+ export class VideoEditorGetEmotionTagsCommand extends Command <
1536+ VideoEditorGetEmotionTagsRequest ,
1537+ VideoEditorGetEmotionTagsCommandOutput ,
1538+ 'VideoEditorGetEmotionTagsCommand'
1539+ > {
1540+ static readonly metaPath = '/VideoEditorGetEmotionTags/2021-05-21/i18n_openapi/get/text_plain/' ;
1541+
1542+ constructor ( input : VideoEditorGetEmotionTagsRequest ) {
1543+ super ( input ) ;
1544+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorGetEmotionTagsCommand . metaPath ) ;
1545+ }
1546+ }
14511547/**
14521548 * Command to VideoEditorGetSpeakers
14531549 */
@@ -1516,13 +1612,43 @@ export class VideoEditorSubmitSubtaskCommand extends Command<
15161612 VideoEditorSubmitSubtaskCommandOutput ,
15171613 'VideoEditorSubmitSubtaskCommand'
15181614> {
1519- static readonly metaPath = '/VideoEditorSubmitSubtask/2021-05-21/i18n_openapi/post/application_x-www-form-urlencoded /' ;
1615+ static readonly metaPath = '/VideoEditorSubmitSubtask/2021-05-21/i18n_openapi/post/application_json /' ;
15201616
15211617 constructor ( input : VideoEditorSubmitSubtaskRequest ) {
15221618 super ( input ) ;
15231619 this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorSubmitSubtaskCommand . metaPath ) ;
15241620 }
15251621}
1622+ /**
1623+ * Command to VideoEditorSyncSpeakerToSubTask
1624+ */
1625+ export class VideoEditorSyncSpeakerToSubTaskCommand extends Command <
1626+ VideoEditorSyncSpeakerToSubTaskRequest ,
1627+ VideoEditorSyncSpeakerToSubTaskCommandOutput ,
1628+ 'VideoEditorSyncSpeakerToSubTaskCommand'
1629+ > {
1630+ static readonly metaPath = '/VideoEditorSyncSpeakerToSubTask/2021-05-21/i18n_openapi/get/text_plain/' ;
1631+
1632+ constructor ( input : VideoEditorSyncSpeakerToSubTaskRequest ) {
1633+ super ( input ) ;
1634+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorSyncSpeakerToSubTaskCommand . metaPath ) ;
1635+ }
1636+ }
1637+ /**
1638+ * Command to VideoEditorUpdateSpeaker
1639+ */
1640+ export class VideoEditorUpdateSpeakerCommand extends Command <
1641+ VideoEditorUpdateSpeakerRequest ,
1642+ VideoEditorUpdateSpeakerCommandOutput ,
1643+ 'VideoEditorUpdateSpeakerCommand'
1644+ > {
1645+ static readonly metaPath = '/VideoEditorUpdateSpeaker/2021-05-21/i18n_openapi/get/text_plain/' ;
1646+
1647+ constructor ( input : VideoEditorUpdateSpeakerRequest ) {
1648+ super ( input ) ;
1649+ this . requestConfig = buildRequestConfigFromMetaPath ( VideoEditorUpdateSpeakerCommand . metaPath ) ;
1650+ }
1651+ }
15261652/**
15271653 * Command to VideoProjectCreate
15281654 */
@@ -1765,13 +1891,20 @@ export default {
17651891 TermBaseTermGroupImportTaskCommand,
17661892 TermBaseTermGroupsCommand,
17671893 TextGetTextListWithKeyOrSourceCommand,
1894+ VideoEditorAddEmotionTagCommand,
1895+ VideoEditorAddSpeakerCommand,
17681896 VideoEditorAsyncGenDubbingCommand,
1897+ VideoEditorDeleteEmotionTagCommand,
1898+ VideoEditorDeleteSpeakerCommand,
17691899 VideoEditorGenDubbingCommand,
1900+ VideoEditorGetEmotionTagsCommand,
17701901 VideoEditorGetSpeakersCommand,
17711902 VideoEditorListSubtitlesCommand,
17721903 VideoEditorQueryAsyncGenDubbingResultCommand,
17731904 VideoEditorSaveSubtitleCommand,
17741905 VideoEditorSubmitSubtaskCommand,
1906+ VideoEditorSyncSpeakerToSubTaskCommand,
1907+ VideoEditorUpdateSpeakerCommand,
17751908 VideoProjectCreateCommand,
17761909 VideoProjectListCommand,
17771910 VideoProjectSerialDubTaskCreateCommand,
0 commit comments