public interface SynthesizeLongAudioRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudioConfig |
getAudioConfig()
Required.
|
AudioConfigOrBuilder |
getAudioConfigOrBuilder()
Required.
|
SynthesisInput |
getInput()
Required.
|
SynthesisInputOrBuilder |
getInputOrBuilder()
Required.
|
String |
getOutputGcsUri()
Required.
|
com.google.protobuf.ByteString |
getOutputGcsUriBytes()
Required.
|
String |
getParent()
The resource states of the request in the form of
`projects/*/locations/*`.
|
com.google.protobuf.ByteString |
getParentBytes()
The resource states of the request in the form of
`projects/*/locations/*`.
|
VoiceSelectionParams |
getVoice()
Required.
|
VoiceSelectionParamsOrBuilder |
getVoiceOrBuilder()
Required.
|
boolean |
hasAudioConfig()
Required.
|
boolean |
hasInput()
Required.
|
boolean |
hasVoice()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The resource states of the request in the form of `projects/*/locations/*`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The resource states of the request in the form of `projects/*/locations/*`.
string parent = 1;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];
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];
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];
boolean hasAudioConfig()
Required. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];
AudioConfig getAudioConfig()
Required. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];
AudioConfigOrBuilder getAudioConfigOrBuilder()
Required. The configuration of the synthesized audio.
.google.cloud.texttospeech.v1.AudioConfig audio_config = 3 [(.google.api.field_behavior) = REQUIRED];
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];com.google.protobuf.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];boolean hasVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
VoiceSelectionParams getVoice()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
VoiceSelectionParamsOrBuilder getVoiceOrBuilder()
Required. The desired voice of the synthesized audio.
.google.cloud.texttospeech.v1.VoiceSelectionParams voice = 5 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.