Skip to content

Commit 3249a94

Browse files
authored
Merge pull request #172 from togethercomputer/speakers-transcription
Add min_speakers and max_speakers to openapi.yaml
2 parents 83c8d56 + 6f46e93 commit 3249a94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)