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 latest version available for \u003ccode\u003eSpeakerDiarizationConfig\u003c/code\u003e is 3.8.0, but the current page content is detailing the version 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpeakerDiarizationConfig\u003c/code\u003e is a class that enables speaker detection in speech recognition results, and the top alternative uses a \u003ccode\u003espeaker_tag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpeakerDiarizationConfig\u003c/code\u003e allows for flexibility in determining the number of speakers in a conversation using the properties \u003ccode\u003eMaxSpeakerCount\u003c/code\u003e and \u003ccode\u003eMinSpeakerCount\u003c/code\u003e, defaulting to 6 and 2 respectively, when not set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnableSpeakerDiarization\u003c/code\u003e boolean property, when set to true, activates the speaker detection for each word in the top recognition alternative, utilizing a \u003ccode\u003espeaker_tag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn obsolete \u003ccode\u003eSpeakerTag\u003c/code\u003e property exists within the \u003ccode\u003eSpeakerDiarizationConfig\u003c/code\u003e class, and it is marked as unused.\u003c/p\u003e\n"]]],[],null,[]]