public static final class SynthesizeSpeechRequest.Builder extends GeneratedMessage.Builder<SynthesizeSpeechRequest.Builder> implements SynthesizeSpeechRequestOrBuilder The top-level message sent by the client for the SynthesizeSpeech method.
Protobuf type google.cloud.texttospeech.v1.SynthesizeSpeechRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SynthesizeSpeechRequest.BuilderImplements
SynthesizeSpeechRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SynthesizeSpeechRequest build()| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest |
|
buildPartial()
public SynthesizeSpeechRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest |
|
clear()
public SynthesizeSpeechRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
clearAdvancedVoiceOptions()
public SynthesizeSpeechRequest.Builder clearAdvancedVoiceOptions()Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
getAdvancedVoiceOptions()
public AdvancedVoiceOptions getAdvancedVoiceOptions()Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Returns | |
|---|---|
| Type | Description |
AdvancedVoiceOptions |
The advancedVoiceOptions. |
getAdvancedVoiceOptionsBuilder()
public AdvancedVoiceOptions.Builder getAdvancedVoiceOptionsBuilder()Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Returns | |
|---|---|
| Type | Description |
AdvancedVoiceOptions.Builder |
|
getAdvancedVoiceOptionsOrBuilder()
public AdvancedVoiceOptionsOrBuilder getAdvancedVoiceOptionsOrBuilder()Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Returns | |
|---|---|
| Type | Description |
AdvancedVoiceOptionsOrBuilder |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
AudioConfigOrBuilder |
|
getDefaultInstanceForType()
public SynthesizeSpeechRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
VoiceSelectionParamsOrBuilder |
|
hasAdvancedVoiceOptions()
public boolean hasAdvancedVoiceOptions()Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the advancedVoiceOptions field is set. |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the voice field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAdvancedVoiceOptions(AdvancedVoiceOptions value)
public SynthesizeSpeechRequest.Builder mergeAdvancedVoiceOptions(AdvancedVoiceOptions value)Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
AdvancedVoiceOptions |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
AudioConfig |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
mergeFrom(SynthesizeSpeechRequest other)
public SynthesizeSpeechRequest.Builder mergeFrom(SynthesizeSpeechRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SynthesizeSpeechRequest |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SynthesizeSpeechRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SynthesizeSpeechRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
SynthesisInput |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
VoiceSelectionParams |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
setAdvancedVoiceOptions(AdvancedVoiceOptions value)
public SynthesizeSpeechRequest.Builder setAdvancedVoiceOptions(AdvancedVoiceOptions value)Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
AdvancedVoiceOptions |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
setAdvancedVoiceOptions(AdvancedVoiceOptions.Builder builderForValue)
public SynthesizeSpeechRequest.Builder setAdvancedVoiceOptions(AdvancedVoiceOptions.Builder builderForValue)Advanced voice options.
optional .google.cloud.texttospeech.v1.AdvancedVoiceOptions advanced_voice_options = 8;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AdvancedVoiceOptions.Builder |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
AudioConfig |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
AudioConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
SynthesisInput |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
SynthesisInput.Builder |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
VoiceSelectionParams |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
builderForValue |
VoiceSelectionParams.Builder |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechRequest.Builder |
|