Class AdvancedVoiceOptions.Builder (2.84.0)

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

Used for advanced voice options.

Protobuf type google.cloud.texttospeech.v1beta1.AdvancedVoiceOptions

Static Methods

getDescriptor()

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

Methods

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

clearLowLatencyJourneySynthesis()

public AdvancedVoiceOptions.Builder clearLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis is context aware and has a higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
AdvancedVoiceOptions.Builder

This builder for chaining.

clearRelaxSafetyFilters()

public AdvancedVoiceOptions.Builder clearRelaxSafetyFilters()

Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT.

bool relax_safety_filters = 8 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdvancedVoiceOptions.Builder

This builder for chaining.

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 is context aware and has a higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

The lowLatencyJourneySynthesis.

getRelaxSafetyFilters()

public boolean getRelaxSafetyFilters()

Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT.

bool relax_safety_filters = 8 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The relaxSafetyFilters.

hasLowLatencyJourneySynthesis()

public boolean hasLowLatencyJourneySynthesis()

Only for Journey voices. If false, the synthesis is context aware and has a higher latency.

optional bool low_latency_journey_synthesis = 1;

Returns
Type Description
boolean

Whether the lowLatencyJourneySynthesis field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.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

setLowLatencyJourneySynthesis(boolean value)

public AdvancedVoiceOptions.Builder setLowLatencyJourneySynthesis(boolean value)

Only for Journey voices. If false, the synthesis is context aware and has a 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.

setRelaxSafetyFilters(boolean value)

public AdvancedVoiceOptions.Builder setRelaxSafetyFilters(boolean value)

Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result google.rpc.Code.INVALID_ARGUMENT.

bool relax_safety_filters = 8 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The relaxSafetyFilters to set.

Returns
Type Description
AdvancedVoiceOptions.Builder

This builder for chaining.