public sealed class SpeakerDiarizationConfig : IMessage<SpeakerDiarizationConfig>, IEquatable<SpeakerDiarizationConfig>, IDeepCloneable<SpeakerDiarizationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Speech-to-Text v2 API class SpeakerDiarizationConfig.
Configuration to enable speaker diarization.
Implements
IMessageSpeakerDiarizationConfig, IEquatableSpeakerDiarizationConfig, IDeepCloneableSpeakerDiarizationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
SpeakerDiarizationConfig()
public SpeakerDiarizationConfig()SpeakerDiarizationConfig(SpeakerDiarizationConfig)
public SpeakerDiarizationConfig(SpeakerDiarizationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeakerDiarizationConfig |
Properties
MaxSpeakerCount
public int MaxSpeakerCount { get; set; }Optional. The system automatically determines the number of speakers. This value is not currently used.
| Property Value | |
|---|---|
| Type | Description |
int |
|
MinSpeakerCount
public int MinSpeakerCount { get; set; }Optional. The system automatically determines the number of speakers. This value is not currently used.
| Property Value | |
|---|---|
| Type | Description |
int |
|