Skip to content

Commit 6f46e93

Browse files
authored
Add min_speakers and max_speakers to openapi.yaml
Added min_speakers and max_speakers fields to improve diarization accuracy.
1 parent 83c8d56 commit 6f46e93

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6382,6 +6382,12 @@ components:
63826382
},
63836383
...
63846384
default: false
6385+
min_speakers:
6386+
type: integer
6387+
description: Minimum number of speakers expected in the audio. Used to improve diarization accuracy when the approximate number of speakers is known.
6388+
max_speakers:
6389+
type: integer
6390+
description: Maximum number of speakers expected in the audio. Used to improve diarization accuracy when the approximate number of speakers is known.
63856391

63866392
AudioTranscriptionResponse:
63876393
oneOf:

0 commit comments

Comments
 (0)