Uses of Class
com.google.cloud.texttospeech.v1.SynthesizeSpeechRequest
-
Packages that use SynthesizeSpeechRequest Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1.stub -
-
Uses of SynthesizeSpeechRequest in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequest
SynthesizeSpeechRequest.Builder. build()
SynthesizeSpeechRequest
SynthesizeSpeechRequest.Builder. buildPartial()
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. getDefaultInstance()
SynthesizeSpeechRequest
SynthesizeSpeechRequest.Builder. getDefaultInstanceForType()
SynthesizeSpeechRequest
SynthesizeSpeechRequest. getDefaultInstanceForType()
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseDelimitedFrom(InputStream input)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(byte[] data)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(com.google.protobuf.ByteString data)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(InputStream input)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(ByteBuffer data)
static SynthesizeSpeechRequest
SynthesizeSpeechRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type SynthesizeSpeechRequest Modifier and Type Method Description com.google.protobuf.Parser<SynthesizeSpeechRequest>
SynthesizeSpeechRequest. getParserForType()
static io.grpc.MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechGrpc. getSynthesizeSpeechMethod()
static com.google.protobuf.Parser<SynthesizeSpeechRequest>
SynthesizeSpeechRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechClient. synthesizeSpeechCallable()
Synthesizes speech synchronously: receive results after all text input has been processed.com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechSettings.Builder. synthesizeSpeechSettings()
Returns the builder for the settings used for calls to synthesizeSpeech.com.google.api.gax.rpc.UnaryCallSettings<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechSettings. synthesizeSpeechSettings()
Returns the object with the settings used for calls to synthesizeSpeech.Methods in com.google.cloud.texttospeech.v1 with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. mergeFrom(SynthesizeSpeechRequest other)
static SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest. newBuilder(SynthesizeSpeechRequest prototype)
SynthesizeSpeechResponse
TextToSpeechClient. synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.default void
TextToSpeechGrpc.AsyncService. synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input has been processed.SynthesizeSpeechResponse
TextToSpeechGrpc.TextToSpeechBlockingStub. synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.com.google.common.util.concurrent.ListenableFuture<SynthesizeSpeechResponse>
TextToSpeechGrpc.TextToSpeechFutureStub. synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.void
TextToSpeechGrpc.TextToSpeechStub. synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input has been processed. -
Uses of SynthesizeSpeechRequest in com.google.cloud.texttospeech.v1.stub
Methods in com.google.cloud.texttospeech.v1.stub that return types with arguments of type SynthesizeSpeechRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
GrpcTextToSpeechStub. synthesizeSpeechCallable()
com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
HttpJsonTextToSpeechStub. synthesizeSpeechCallable()
com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechStub. synthesizeSpeechCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechStubSettings.Builder. synthesizeSpeechSettings()
Returns the builder for the settings used for calls to synthesizeSpeech.com.google.api.gax.rpc.UnaryCallSettings<SynthesizeSpeechRequest,SynthesizeSpeechResponse>
TextToSpeechStubSettings. synthesizeSpeechSettings()
Returns the object with the settings used for calls to synthesizeSpeech.
-