Class FastTranscriptionRequest.DiarizationConfig
public class FastTranscriptionRequest.DiarizationConfig
- Inheritance
-
objectFastTranscriptionRequest.DiarizationConfig
Properties
Enabled
Whether diarization is enabled.
public bool Enabled { get; set; }
Property Value
- bool
MaxSpeakers
The maximum number of speakers to identify. Must be between 2 and 10.
public int MaxSpeakers { get; set; }
Property Value
- int