Skip to content

Commit eb7b50a

Browse files
committed
Update API CreateTask: update param body.
1 parent df87274 commit eb7b50a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tingwu-20230930/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/tingwu20230930",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

tingwu-20230930/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ export class CreateTaskRequestParametersTranscription extends $dara.Model {
457457
model?: string;
458458
outputLevel?: number;
459459
phraseId?: string;
460+
realtimeDiarizationEnabled?: boolean;
460461
static names(): { [key: string]: string } {
461462
return {
462463
additionalStreamOutputLevel: 'AdditionalStreamOutputLevel',
@@ -466,6 +467,7 @@ export class CreateTaskRequestParametersTranscription extends $dara.Model {
466467
model: 'Model',
467468
outputLevel: 'OutputLevel',
468469
phraseId: 'PhraseId',
470+
realtimeDiarizationEnabled: 'RealtimeDiarizationEnabled',
469471
};
470472
}
471473

@@ -478,6 +480,7 @@ export class CreateTaskRequestParametersTranscription extends $dara.Model {
478480
model: 'string',
479481
outputLevel: 'number',
480482
phraseId: 'string',
483+
realtimeDiarizationEnabled: 'boolean',
481484
};
482485
}
483486

0 commit comments

Comments
 (0)