File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -386,15 +386,6 @@ channels:
386
386
- ' false'
387
387
examples :
388
388
- ' 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
398
389
dictation :
399
390
description : Identify and extract key entities from content in submitted audio
400
391
location : $message.payload#/dictation
Original file line number Diff line number Diff line change 63
63
- $ref : ' #/components/parameters/custom_intent_mode'
64
64
- $ref : ' #/components/parameters/detect_entities'
65
65
- $ref : ' #/components/parameters/detect_language'
66
- - $ref : ' #/components/parameters/diarize_version'
67
66
- $ref : ' #/components/parameters/diarize'
68
67
- $ref : ' #/components/parameters/dictation'
69
68
- $ref : ' #/components/parameters/encoding'
@@ -1364,14 +1363,6 @@ components:
1364
1363
- type : array
1365
1364
items :
1366
1365
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
1375
1366
diarize :
1376
1367
name : diarize
1377
1368
in : query
You can’t perform that action at this time.
0 commit comments