Class AdvancedVoiceOptions.Builder (2.54.0)

public static final class AdvancedVoiceOptions.Builder extends GeneratedMessageV3.Builder<AdvancedVoiceOptions.Builder> implements AdvancedVoiceOptionsOrBuilder

Used for advanced voice options.

Protobuf type google.cloud.texttospeech.v1.AdvancedVoiceOptions

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AdvancedVoiceOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

build()

public AdvancedVoiceOptions build()
Returns
Type Description
AdvancedVoiceOptions

buildPartial()

public AdvancedVoiceOptions buildPartial()
Returns
Type Description
AdvancedVoiceOptions

clear()

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

clearField(Descriptors.FieldDescriptor field)

public AdvancedVoiceOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

clearLowLatencyJourneySynthesis()

public AdvancedVoiceOptions.Builder clearLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
AdvancedVoiceOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AdvancedVoiceOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

clone()

public AdvancedVoiceOptions.Builder clone()
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

getDefaultInstanceForType()

public AdvancedVoiceOptions getDefaultInstanceForType()
Returns
Type Description
AdvancedVoiceOptions

getDescriptorForType()

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

getLowLatencyJourneySynthesis()

public boolean getLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

The lowLatencyJourneySynthesis.

hasLowLatencyJourneySynthesis()

public boolean hasLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

Whether the lowLatencyJourneySynthesis field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AdvancedVoiceOptions other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AdvancedVoiceOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AdvancedVoiceOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

setLowLatencyJourneySynthesis(boolean value)

public AdvancedVoiceOptions.Builder setLowLatencyJourneySynthesis(boolean value)

Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

optional bool low_latency_journey_synthesis = 1;

Parameter
Name Description
value boolean

The lowLatencyJourneySynthesis to set.

Returns
Type Description
AdvancedVoiceOptions.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AdvancedVoiceOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AdvancedVoiceOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AdvancedVoiceOptions.Builder
Overrides