public sealed class SpeakerDiarizationConfig : IMessage<SpeakerDiarizationConfig>, IEquatable<SpeakerDiarizationConfig>, IDeepCloneable<SpeakerDiarizationConfig>, IBufferMessage, IMessage
public bool EnableSpeakerDiarization { get; set; }
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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `SpeakerDiarizationConfig` class, found within the `Google.Cloud.Speech.V1` namespace and Google.Cloud.Speech.V1.dll assembly, which is used for configuring speaker diarization in speech recognition."],["The latest version of this class is 3.8.0, with multiple versions available ranging from 2.2.0 to 3.8.0, and it supports inheritance from `Object`."],["The `SpeakerDiarizationConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and equality checks."],["Key properties include `EnableSpeakerDiarization` to activate speaker detection, `MaxSpeakerCount` to define the maximum number of speakers, and `MinSpeakerCount` to define the minimum number of speakers, where `SpeakerTag` is obsolete and is no longer in use."],["The class provides two constructors, one empty and one that creates a new instance from another `SpeakerDiarizationConfig` instance."]]],[]]