public sealed class SpeakerDiarizationConfig : IMessage<SpeakerDiarizationConfig>, IEquatable<SpeakerDiarizationConfig>, IDeepCloneable<SpeakerDiarizationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class SpeakerDiarizationConfig.
Required. Maximum number of speakers in the conversation. Valid values are:
1-6. Must be >= min_speaker_count. This range gives you more flexibility
by allowing the system to automatically determine the correct number of
speakers.
Required. 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.
To fix the number of speakers detected in the audio, set
min_speaker_count = max_speaker_count.
[[["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-03-21 UTC."],[[["The `SpeakerDiarizationConfig` class is used to configure speaker diarization within the Cloud Speech-to-Text v2 API, allowing for the differentiation of speakers in audio."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered messages."],["The `SpeakerDiarizationConfig` offers properties to set the minimum and maximum number of speakers (`MinSpeakerCount` and `MaxSpeakerCount`) that can be detected in a conversation, offering flexibility in speaker identification."],["There are two constructors for `SpeakerDiarizationConfig`: a default one, and another to initialize the object by copying data from another `SpeakerDiarizationConfig`."],["Version 1.4.0 is the latest version of the API, with versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also accessible."]]],[]]