TranscriptionDiarizationOptions interface
The Speaker Diarization settings. Diarization settings must be specified to enable speaker diarization.
Properties
| enabled | Enable speaker diarization. This is automatically set to true when maxSpeakers is specified. |
| max |
Gets or sets a hint for the maximum number of speakers for diarization. Must be greater than 1 and less than 36. |
Property Details
enabled
Enable speaker diarization. This is automatically set to true when maxSpeakers is specified.
enabled?: boolean
Property Value
boolean
maxSpeakers
Gets or sets a hint for the maximum number of speakers for diarization. Must be greater than 1 and less than 36.
maxSpeakers?: number
Property Value
number