Uses of Class
com.google.cloud.texttospeech.v1.SynthesizeLongAudioResponse
-
Packages that use SynthesizeLongAudioResponse Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1.stub -
-
Uses of SynthesizeLongAudioResponse in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return SynthesizeLongAudioResponse Modifier and Type Method Description SynthesizeLongAudioResponse
SynthesizeLongAudioResponse.Builder. build()
SynthesizeLongAudioResponse
SynthesizeLongAudioResponse.Builder. buildPartial()
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. getDefaultInstance()
SynthesizeLongAudioResponse
SynthesizeLongAudioResponse.Builder. getDefaultInstanceForType()
SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. getDefaultInstanceForType()
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseDelimitedFrom(InputStream input)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(byte[] data)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(com.google.protobuf.ByteString data)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(InputStream input)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(ByteBuffer data)
static SynthesizeLongAudioResponse
SynthesizeLongAudioResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type SynthesizeLongAudioResponse Modifier and Type Method Description com.google.protobuf.Parser<SynthesizeLongAudioResponse>
SynthesizeLongAudioResponse. getParserForType()
static com.google.protobuf.Parser<SynthesizeLongAudioResponse>
SynthesizeLongAudioResponse. parser()
com.google.api.gax.longrunning.OperationFuture<SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeClient. synthesizeLongAudioAsync(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously.com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeClient. synthesizeLongAudioOperationCallable()
Synthesizes long form text asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeSettings.Builder. synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.OperationCallSettings<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeSettings. synthesizeLongAudioOperationSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.Methods in com.google.cloud.texttospeech.v1 with parameters of type SynthesizeLongAudioResponse Modifier and Type Method Description SynthesizeLongAudioResponse.Builder
SynthesizeLongAudioResponse.Builder. mergeFrom(SynthesizeLongAudioResponse other)
static SynthesizeLongAudioResponse.Builder
SynthesizeLongAudioResponse. newBuilder(SynthesizeLongAudioResponse prototype)
-
Uses of SynthesizeLongAudioResponse in com.google.cloud.texttospeech.v1.stub
Methods in com.google.cloud.texttospeech.v1.stub that return types with arguments of type SynthesizeLongAudioResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
GrpcTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
HttpJsonTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStubSettings.Builder. synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.OperationCallSettings<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStubSettings. synthesizeLongAudioOperationSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.
-