Class FastTranscriptionRequest.DiarizationConfig
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class FastTranscriptionRequest.DiarizationConfig
Properties
| Edit this page View SourceEnabled
Whether diarization is enabled.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxSpeakers
The maximum number of speakers to identify. Must be between 2 and 10.
Declaration
[JsonProperty("maxSpeakers")]
public int MaxSpeakers { get; set; }
Property Value
| Type | Description |
|---|---|
| int |