Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/speech-to-text/realtime/realtime-diarization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ You can prevent too many speakers from being detected by using the `max_speakers
}
```

The default value is 50, but it can take any integer value between 2 and 100 inclusive.
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.

### Punctuation

Expand Down
2 changes: 0 additions & 2 deletions spec/realtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@ components:
description: |
Configure the maximum number of speakers to detect. See [Max Speakers](http://docs.speechmatics.com/speech-to-text/features/diarization#max-speakers).
minimum: 2
maximum: 100
default: 50
prefer_current_speaker:
description: |
When set to `true`, reduces the likelihood of incorrectly switching between similar sounding speakers.
Expand Down