File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -386,15 +386,6 @@ channels:
386386 - ' false'
387387 examples :
388388 - ' true'
389- diarize_version :
390- description : >-
391- Version of the diarization feature to use. Only used when the
392- diarization feature is enabled (`diarize=true` is passed to the API)
393- location : $message.payload#/diarize_version
394- default : v2
395- examples :
396- - v1
397- - v2
398389 dictation :
399390 description : Identify and extract key entities from content in submitted audio
400391 location : $message.payload#/dictation
Original file line number Diff line number Diff line change 6363 - $ref : ' #/components/parameters/custom_intent_mode'
6464 - $ref : ' #/components/parameters/detect_entities'
6565 - $ref : ' #/components/parameters/detect_language'
66- - $ref : ' #/components/parameters/diarize_version'
6766 - $ref : ' #/components/parameters/diarize'
6867 - $ref : ' #/components/parameters/dictation'
6968 - $ref : ' #/components/parameters/encoding'
@@ -1364,14 +1363,6 @@ components:
13641363 - type : array
13651364 items :
13661365 type : string
1367- diarize_version :
1368- name : diarize_version
1369- in : query
1370- required : false
1371- description : Version of the diarization feature to use. Only used when the diarization feature is enabled (`diarize=true` is passed to the API)
1372- schema :
1373- type : string
1374- default : v2
13751366 diarize :
13761367 name : diarize
13771368 in : query
You can’t perform that action at this time.
0 commit comments