Send feedback
Class SpeakerDiarizationConfig (2.5.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.2 keyboard_arrow_down
public final class SpeakerDiarizationConfig extends GeneratedMessageV3 implements SpeakerDiarizationConfigOrBuilder
Config to enable speaker diarization.
Protobuf type google.cloud.speech.v1.SpeakerDiarizationConfig
Static Fields
ENABLE_SPEAKER_DIARIZATION_FIELD_NUMBER
public static final int ENABLE_SPEAKER_DIARIZATION_FIELD_NUMBER
Field Value
MAX_SPEAKER_COUNT_FIELD_NUMBER
public static final int MAX_SPEAKER_COUNT_FIELD_NUMBER
Field Value
MIN_SPEAKER_COUNT_FIELD_NUMBER
public static final int MIN_SPEAKER_COUNT_FIELD_NUMBER
Field Value
SPEAKER_TAG_FIELD_NUMBER
public static final int SPEAKER_TAG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SpeakerDiarizationConfig getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static SpeakerDiarizationConfig . Builder newBuilder ()
Returns
newBuilder(SpeakerDiarizationConfig prototype)
public static SpeakerDiarizationConfig . Builder newBuilder ( SpeakerDiarizationConfig prototype )
Parameter
Returns
public static SpeakerDiarizationConfig parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SpeakerDiarizationConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SpeakerDiarizationConfig parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpeakerDiarizationConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SpeakerDiarizationConfig parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpeakerDiarizationConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SpeakerDiarizationConfig parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static SpeakerDiarizationConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SpeakerDiarizationConfig parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SpeakerDiarizationConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SpeakerDiarizationConfig parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpeakerDiarizationConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<SpeakerDiarizationConfig> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SpeakerDiarizationConfig getDefaultInstanceForType ()
Returns
getEnableSpeakerDiarization()
public boolean getEnableSpeakerDiarization ()
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.
bool enable_speaker_diarization = 1;
Returns
Type Description boolean The enableSpeakerDiarization.
getMaxSpeakerCount()
public int getMaxSpeakerCount ()
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.
int32 max_speaker_count = 3;
Returns
Type Description int The maxSpeakerCount.
getMinSpeakerCount()
public int getMinSpeakerCount ()
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.
int32 min_speaker_count = 2;
Returns
Type Description int The minSpeakerCount.
getParserForType()
public Parser<SpeakerDiarizationConfig> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSpeakerTag() (deprecated)
public int getSpeakerTag ()
Deprecated. google.cloud.speech.v1.SpeakerDiarizationConfig.speaker_tag is deprecated. See
google/cloud/speech/v1/cloud_speech.proto;l=457
Output only. Unused.
int32 speaker_tag = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description int The speakerTag.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public SpeakerDiarizationConfig . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpeakerDiarizationConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public SpeakerDiarizationConfig . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["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-01-21 UTC."],[],[]]