Class SynthesizeSpeechRequest.Builder (2.12.0)

public static final class SynthesizeSpeechRequest.Builder extends GeneratedMessageV3.Builder<SynthesizeSpeechRequest.Builder> implements SynthesizeSpeechRequestOrBuilder

The top-level message sent by the client for the SynthesizeSpeech method.

Protobuf type google.cloud.texttospeech.v1.SynthesizeSpeechRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SynthesizeSpeechRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

build()

public SynthesizeSpeechRequest build()
Returns
TypeDescription
SynthesizeSpeechRequest

buildPartial()

public SynthesizeSpeechRequest buildPartial()
Returns
TypeDescription
SynthesizeSpeechRequest

clear()

public SynthesizeSpeechRequest.Builder clear()
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

clearAudioConfig()

public SynthesizeSpeechRequest.Builder clearAudioConfig()

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesizeSpeechRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public SynthesizeSpeechRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

clearInput()

public SynthesizeSpeechRequest.Builder clearInput()

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesizeSpeechRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public SynthesizeSpeechRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

clearVoice()

public SynthesizeSpeechRequest.Builder clearVoice()

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesizeSpeechRequest.Builder

clone()

public SynthesizeSpeechRequest.Builder clone()
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

getAudioConfig()

public AudioConfig getAudioConfig()

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AudioConfig

The audioConfig.

getAudioConfigBuilder()

public AudioConfig.Builder getAudioConfigBuilder()

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AudioConfig.Builder

getAudioConfigOrBuilder()

public AudioConfigOrBuilder getAudioConfigOrBuilder()

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AudioConfigOrBuilder

getDefaultInstanceForType()

public SynthesizeSpeechRequest getDefaultInstanceForType()
Returns
TypeDescription
SynthesizeSpeechRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInput()

public SynthesisInput getInput()

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesisInput

The input.

getInputBuilder()

public SynthesisInput.Builder getInputBuilder()

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesisInput.Builder

getInputOrBuilder()

public SynthesisInputOrBuilder getInputOrBuilder()

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SynthesisInputOrBuilder

getVoice()

public VoiceSelectionParams getVoice()

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
VoiceSelectionParams

The voice.

getVoiceBuilder()

public VoiceSelectionParams.Builder getVoiceBuilder()

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
VoiceSelectionParams.Builder

getVoiceOrBuilder()

public VoiceSelectionParamsOrBuilder getVoiceOrBuilder()

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
VoiceSelectionParamsOrBuilder

hasAudioConfig()

public boolean hasAudioConfig()

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the audioConfig field is set.

hasInput()

public boolean hasInput()

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the input field is set.

hasVoice()

public boolean hasVoice()

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the voice field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAudioConfig(AudioConfig value)

public SynthesizeSpeechRequest.Builder mergeAudioConfig(AudioConfig value)

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueAudioConfig
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

mergeFrom(SynthesizeSpeechRequest other)

public SynthesizeSpeechRequest.Builder mergeFrom(SynthesizeSpeechRequest other)
Parameter
NameDescription
otherSynthesizeSpeechRequest
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SynthesizeSpeechRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SynthesizeSpeechRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

mergeInput(SynthesisInput value)

public SynthesizeSpeechRequest.Builder mergeInput(SynthesisInput value)

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSynthesisInput
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SynthesizeSpeechRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

mergeVoice(VoiceSelectionParams value)

public SynthesizeSpeechRequest.Builder mergeVoice(VoiceSelectionParams value)

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueVoiceSelectionParams
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

setAudioConfig(AudioConfig value)

public SynthesizeSpeechRequest.Builder setAudioConfig(AudioConfig value)

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueAudioConfig
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

setAudioConfig(AudioConfig.Builder builderForValue)

public SynthesizeSpeechRequest.Builder setAudioConfig(AudioConfig.Builder builderForValue)

Required. The configuration of the synthesized audio.

.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueAudioConfig.Builder
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SynthesizeSpeechRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

setInput(SynthesisInput value)

public SynthesizeSpeechRequest.Builder setInput(SynthesisInput value)

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSynthesisInput
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

setInput(SynthesisInput.Builder builderForValue)

public SynthesizeSpeechRequest.Builder setInput(SynthesisInput.Builder builderForValue)

Required. The Synthesizer requires either plain text or SSML as input.

.google.cloud.texttospeech.v1.SynthesisInput input = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueSynthesisInput.Builder
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

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

public SynthesizeSpeechRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SynthesizeSpeechRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SynthesizeSpeechRequest.Builder
Overrides

setVoice(VoiceSelectionParams value)

public SynthesizeSpeechRequest.Builder setVoice(VoiceSelectionParams value)

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueVoiceSelectionParams
Returns
TypeDescription
SynthesizeSpeechRequest.Builder

setVoice(VoiceSelectionParams.Builder builderForValue)

public SynthesizeSpeechRequest.Builder setVoice(VoiceSelectionParams.Builder builderForValue)

Required. The desired voice of the synthesized audio.

.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueVoiceSelectionParams.Builder
Returns
TypeDescription
SynthesizeSpeechRequest.Builder