Skip to content

Commit 2b8bb9c

Browse files
dln22Daniel Nurkowski
andauthored
Change max_speakers default value description (#143)
Co-authored-by: Daniel Nurkowski <[email protected]>
1 parent 5ff308b commit 2b8bb9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/speech-to-text/realtime/realtime-diarization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ You can prevent too many speakers from being detected by using the `max_speakers
318318
}
319319
```
320320

321-
The default value is 50, but it can take any integer value between 2 and 100 inclusive.
321+
By default, there is no limit on the number of speakers. When set explicitly, `max_speakers` can be set to any integer greater than or equal to 2.
322322

323323
### Punctuation
324324

spec/realtime.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ components:
919919
description: |
920920
Configure the maximum number of speakers to detect. See [Max Speakers](http://docs.speechmatics.com/speech-to-text/features/diarization#max-speakers).
921921
minimum: 2
922-
maximum: 100
923-
default: 50
924922
prefer_current_speaker:
925923
description: |
926924
When set to `true`, reduces the likelihood of incorrectly switching between similar sounding speakers.

0 commit comments

Comments
 (0)