Uses of Class
com.google.cloud.texttospeech.v1beta1.SynthesizeSpeechResponse
-
Packages that use SynthesizeSpeechResponse Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1beta1.stub -
-
Uses of SynthesizeSpeechResponse in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return SynthesizeSpeechResponse Modifier and Type Method Description SynthesizeSpeechResponseSynthesizeSpeechResponse.Builder. build()SynthesizeSpeechResponseSynthesizeSpeechResponse.Builder. buildPartial()static SynthesizeSpeechResponseSynthesizeSpeechResponse. getDefaultInstance()SynthesizeSpeechResponseSynthesizeSpeechResponse.Builder. getDefaultInstanceForType()SynthesizeSpeechResponseSynthesizeSpeechResponse. getDefaultInstanceForType()static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseDelimitedFrom(InputStream input)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(byte[] data)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(com.google.protobuf.ByteString data)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(InputStream input)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(ByteBuffer data)static SynthesizeSpeechResponseSynthesizeSpeechResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SynthesizeSpeechResponseTextToSpeechClient. synthesizeSpeech(SynthesisInput input, VoiceSelectionParams voice, AudioConfig audioConfig)Synthesizes speech synchronously: receive results after all text input has been processed.SynthesizeSpeechResponseTextToSpeechClient. synthesizeSpeech(SynthesizeSpeechRequest request)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.Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type SynthesizeSpeechResponse Modifier and Type Method Description com.google.protobuf.Parser<SynthesizeSpeechResponse>SynthesizeSpeechResponse. getParserForType()static io.grpc.MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse>TextToSpeechGrpc. getSynthesizeSpeechMethod()static com.google.protobuf.Parser<SynthesizeSpeechResponse>SynthesizeSpeechResponse. parser()com.google.common.util.concurrent.ListenableFuture<SynthesizeSpeechResponse>TextToSpeechGrpc.TextToSpeechFutureStub. synthesizeSpeech(SynthesizeSpeechRequest request)Synthesizes speech synchronously: receive results after all text input has been processed.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 SynthesizeSpeechResponse Modifier and Type Method Description SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.Builder. mergeFrom(SynthesizeSpeechResponse other)static SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse. newBuilder(SynthesizeSpeechResponse prototype)Method parameters in com.google.cloud.texttospeech.v1beta1 with type arguments of type SynthesizeSpeechResponse Modifier and Type Method Description default voidTextToSpeechGrpc.AsyncService. synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)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 SynthesizeSpeechResponse in com.google.cloud.texttospeech.v1beta1.stub
Methods in com.google.cloud.texttospeech.v1beta1.stub that return types with arguments of type SynthesizeSpeechResponse 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.
-