Uses of Class
com.google.cloud.texttospeech.v1beta1.SynthesizeSpeechRequest
-
Packages that use SynthesizeSpeechRequest Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1beta1.stub -
-
Uses of SynthesizeSpeechRequest in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequestSynthesizeSpeechRequest.Builder. build()SynthesizeSpeechRequestSynthesizeSpeechRequest.Builder. buildPartial()static SynthesizeSpeechRequestSynthesizeSpeechRequest. getDefaultInstance()SynthesizeSpeechRequestSynthesizeSpeechRequest.Builder. getDefaultInstanceForType()SynthesizeSpeechRequestSynthesizeSpeechRequest. getDefaultInstanceForType()static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseDelimitedFrom(InputStream input)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(byte[] data)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(com.google.protobuf.ByteString data)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(InputStream input)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(ByteBuffer data)static SynthesizeSpeechRequestSynthesizeSpeechRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.texttospeech.v1beta1 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.v1beta1 with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. mergeFrom(SynthesizeSpeechRequest other)static SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest. newBuilder(SynthesizeSpeechRequest prototype)SynthesizeSpeechResponseTextToSpeechClient. synthesizeSpeech(SynthesizeSpeechRequest request)Synthesizes speech synchronously: receive results after all text input has been processed.default voidTextToSpeechGrpc.AsyncService. synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)Synthesizes speech synchronously: receive results after all text input has been processed.SynthesizeSpeechResponseTextToSpeechGrpc.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.voidTextToSpeechGrpc.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.v1beta1.stub
Methods in com.google.cloud.texttospeech.v1beta1.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.
-