Class SpeakerDiarizationConfig.Builder (4.78.0)

public static final class SpeakerDiarizationConfig.Builder extends GeneratedMessage.Builder<SpeakerDiarizationConfig.Builder> implements SpeakerDiarizationConfigOrBuilder

Config to enable speaker diarization.

Protobuf type google.cloud.speech.v1.SpeakerDiarizationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SpeakerDiarizationConfig build()
Returns
Type Description
SpeakerDiarizationConfig

buildPartial()

public SpeakerDiarizationConfig buildPartial()
Returns
Type Description
SpeakerDiarizationConfig

clear()

public SpeakerDiarizationConfig.Builder clear()
Returns
Type Description
SpeakerDiarizationConfig.Builder
Overrides

clearEnableSpeakerDiarization()

public SpeakerDiarizationConfig.Builder clearEnableSpeakerDiarization()

If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_label provided in the WordInfo.

bool enable_speaker_diarization = 1;

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.

clearMaxSpeakerCount()

public SpeakerDiarizationConfig.Builder clearMaxSpeakerCount()

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
SpeakerDiarizationConfig.Builder

This builder for chaining.

clearMinSpeakerCount()

public SpeakerDiarizationConfig.Builder clearMinSpeakerCount()

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
SpeakerDiarizationConfig.Builder

This builder for chaining.

clearSpeakerTag() (deprecated)

public SpeakerDiarizationConfig.Builder clearSpeakerTag()

Deprecated. google.cloud.speech.v1.SpeakerDiarizationConfig.speaker_tag is deprecated. See google/cloud/speech/v1/cloud_speech.proto;l=493

Output only. Unused.

int32 speaker_tag = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public SpeakerDiarizationConfig getDefaultInstanceForType()
Returns
Type Description
SpeakerDiarizationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnableSpeakerDiarization()

public boolean getEnableSpeakerDiarization()

If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_label 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.

getSpeakerTag() (deprecated)

public int getSpeakerTag()

Deprecated. google.cloud.speech.v1.SpeakerDiarizationConfig.speaker_tag is deprecated. See google/cloud/speech/v1/cloud_speech.proto;l=493

Output only. Unused.

int32 speaker_tag = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The speakerTag.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SpeakerDiarizationConfig other)

public SpeakerDiarizationConfig.Builder mergeFrom(SpeakerDiarizationConfig other)
Parameter
Name Description
other SpeakerDiarizationConfig
Returns
Type Description
SpeakerDiarizationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SpeakerDiarizationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpeakerDiarizationConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SpeakerDiarizationConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SpeakerDiarizationConfig.Builder
Overrides

setEnableSpeakerDiarization(boolean value)

public SpeakerDiarizationConfig.Builder setEnableSpeakerDiarization(boolean value)

If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_label provided in the WordInfo.

bool enable_speaker_diarization = 1;

Parameter
Name Description
value boolean

The enableSpeakerDiarization to set.

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.

setMaxSpeakerCount(int value)

public SpeakerDiarizationConfig.Builder setMaxSpeakerCount(int value)

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;

Parameter
Name Description
value int

The maxSpeakerCount to set.

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.

setMinSpeakerCount(int value)

public SpeakerDiarizationConfig.Builder setMinSpeakerCount(int value)

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;

Parameter
Name Description
value int

The minSpeakerCount to set.

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.

setSpeakerTag(int value) (deprecated)

public SpeakerDiarizationConfig.Builder setSpeakerTag(int value)

Deprecated. google.cloud.speech.v1.SpeakerDiarizationConfig.speaker_tag is deprecated. See google/cloud/speech/v1/cloud_speech.proto;l=493

Output only. Unused.

int32 speaker_tag = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The speakerTag to set.

Returns
Type Description
SpeakerDiarizationConfig.Builder

This builder for chaining.