- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.9
- 2.3.0
- 2.2.1
- 2.1.5
public static final class SynthesizeLongAudioRequest.Builder extends GeneratedMessageV3.Builder<SynthesizeLongAudioRequest.Builder> implements SynthesizeLongAudioRequestOrBuilder
The top-level message sent by the client for the
SynthesizeLongAudio
method.
Protobuf type google.cloud.texttospeech.v1.SynthesizeLongAudioRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SynthesizeLongAudioRequest.BuilderImplements
SynthesizeLongAudioRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SynthesizeLongAudioRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
build()
public SynthesizeLongAudioRequest build()
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest |
buildPartial()
public SynthesizeLongAudioRequest buildPartial()
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest |
clear()
public SynthesizeLongAudioRequest.Builder clear()
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
clearAudioConfig()
public SynthesizeLongAudioRequest.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 |
SynthesizeLongAudioRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public SynthesizeLongAudioRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
clearInput()
public SynthesizeLongAudioRequest.Builder clearInput()
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SynthesizeLongAudioRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
clearOutputGcsUri()
public SynthesizeLongAudioRequest.Builder clearOutputGcsUri()
Required. Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
clearParent()
public SynthesizeLongAudioRequest.Builder clearParent()
The resource states of the request in the form of
projects/*/locations/*
.
string parent = 1;
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
clearVoice()
public SynthesizeLongAudioRequest.Builder clearVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
clone()
public SynthesizeLongAudioRequest.Builder clone()
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
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 SynthesizeLongAudioRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInput()
public SynthesisInput getInput()
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.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. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.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. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SynthesisInputOrBuilder |
getOutputGcsUri()
public String getOutputGcsUri()
Required. Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The outputGcsUri. |
getOutputGcsUriBytes()
public ByteString getOutputGcsUriBytes()
Required. Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for outputGcsUri. |
getParent()
public String getParent()
The resource states of the request in the form of
projects/*/locations/*
.
string parent = 1;
Returns | |
---|---|
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
The resource states of the request in the form of
projects/*/locations/*
.
string parent = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for parent. |
getVoice()
public VoiceSelectionParams getVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.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 = 5 [(.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 = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the audioConfig field is set. |
hasInput()
public boolean hasInput()
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.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 = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the voice field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeAudioConfig(AudioConfig value)
public SynthesizeLongAudioRequest.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 |
SynthesizeLongAudioRequest.Builder |
mergeFrom(SynthesizeLongAudioRequest other)
public SynthesizeLongAudioRequest.Builder mergeFrom(SynthesizeLongAudioRequest other)
Parameter | |
---|---|
Name | Description |
other | SynthesizeLongAudioRequest |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SynthesizeLongAudioRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SynthesizeLongAudioRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
mergeInput(SynthesisInput value)
public SynthesizeLongAudioRequest.Builder mergeInput(SynthesisInput value)
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | SynthesisInput |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SynthesizeLongAudioRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
mergeVoice(VoiceSelectionParams value)
public SynthesizeLongAudioRequest.Builder mergeVoice(VoiceSelectionParams value)
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | VoiceSelectionParams |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setAudioConfig(AudioConfig value)
public SynthesizeLongAudioRequest.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 |
SynthesizeLongAudioRequest.Builder |
setAudioConfig(AudioConfig.Builder builderForValue)
public SynthesizeLongAudioRequest.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 |
SynthesizeLongAudioRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SynthesizeLongAudioRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setInput(SynthesisInput value)
public SynthesizeLongAudioRequest.Builder setInput(SynthesisInput value)
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | SynthesisInput |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setInput(SynthesisInput.Builder builderForValue)
public SynthesizeLongAudioRequest.Builder setInput(SynthesisInput.Builder builderForValue)
Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
.google.cloud.texttospeech.v1.SynthesisInput input = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue | SynthesisInput.Builder |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setOutputGcsUri(String value)
public SynthesizeLongAudioRequest.Builder setOutputGcsUri(String value)
Required. Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The outputGcsUri to set. |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
setOutputGcsUriBytes(ByteString value)
public SynthesizeLongAudioRequest.Builder setOutputGcsUriBytes(ByteString value)
Required. Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
string output_gcs_uri = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for outputGcsUri to set. |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
setParent(String value)
public SynthesizeLongAudioRequest.Builder setParent(String value)
The resource states of the request in the form of
projects/*/locations/*
.
string parent = 1;
Parameter | |
---|---|
Name | Description |
value | String The parent to set. |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public SynthesizeLongAudioRequest.Builder setParentBytes(ByteString value)
The resource states of the request in the form of
projects/*/locations/*
.
string parent = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SynthesizeLongAudioRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SynthesizeLongAudioRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setVoice(VoiceSelectionParams value)
public SynthesizeLongAudioRequest.Builder setVoice(VoiceSelectionParams value)
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | VoiceSelectionParams |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |
setVoice(VoiceSelectionParams.Builder builderForValue)
public SynthesizeLongAudioRequest.Builder setVoice(VoiceSelectionParams.Builder builderForValue)
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue | VoiceSelectionParams.Builder |
Returns | |
---|---|
Type | Description |
SynthesizeLongAudioRequest.Builder |