File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/tingwu20230930" ,
3- "version" : " 2.0.18 " ,
3+ "version" : " 2.0.19 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments