Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TranscriptionDiarizationOptions interface
- Package:
- @azure/ai-speech-transcription
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. |
| maxSpeakers | 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
