Class SpeakerDiarizationConfig
Optional Config to enable speaker diarization.
Inheritance
System.Object
SpeakerDiarizationConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class SpeakerDiarizationConfig : IDirectResponseSchema
Properties
EnableSpeakerDiarization
Optional If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_tag provided in the WordInfo.
Declaration
[JsonProperty("enableSpeakerDiarization")]
public virtual bool? EnableSpeakerDiarization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxSpeakerCount
Optional Maximum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 6.
Declaration
[JsonProperty("maxSpeakerCount")]
public virtual int? MaxSpeakerCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MinSpeakerCount
Optional Minimum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 2.
Declaration
[JsonProperty("minSpeakerCount")]
public virtual int? MinSpeakerCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |