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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpeakerDiarizationConfig\u003c/code\u003e class in version 3.0.0 of the Google.Cloud.Speech.V1 namespace allows for the configuration of speaker diarization in speech recognition.\u003c/p\u003e\n"],["\u003cp\u003eSpeaker diarization can be enabled to detect and tag individual speakers in the top alternative of the recognition result, and is set by using the \u003ccode\u003eEnableSpeakerDiarization\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports setting a range for the number of speakers expected in the audio, using the \u003ccode\u003eMinSpeakerCount\u003c/code\u003e and \u003ccode\u003eMaxSpeakerCount\u003c/code\u003e properties, with default values of 2 and 6 respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class has an obsolete \u003ccode\u003eSpeakerTag\u003c/code\u003e property, which is now unused, and the latest version is 3.8.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class is designed with the \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, and inherits base methods from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]