Package | Description |
---|---|
com.google.cloud.texttospeech.v1 |
A client to Cloud Text-to-Speech API
|
com.google.cloud.texttospeech.v1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<SynthesizeSpeechRequest> |
SynthesizeSpeechRequest.getParserForType() |
static MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechGrpc.getSynthesizeSpeechMethod() |
static Parser<SynthesizeSpeechRequest> |
SynthesizeSpeechRequest.parser() |
UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechClient.synthesizeSpeechCallable()
Synthesizes speech synchronously: receive results after all text input has been processed.
|
UnaryCallSettings<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechSettings.synthesizeSpeechSettings()
Returns the object with the settings used for calls to synthesizeSpeech.
|
UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechSettings.Builder.synthesizeSpeechSettings()
Returns the builder for the settings used for calls to synthesizeSpeech.
|
Modifier and Type | Method and Description |
---|---|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.mergeFrom(SynthesizeSpeechRequest other) |
static SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.newBuilder(SynthesizeSpeechRequest prototype) |
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.
|
SynthesizeSpeechResponse |
TextToSpeechClient.synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.
|
void |
TextToSpeechGrpc.TextToSpeechImplBase.synthesizeSpeech(SynthesizeSpeechRequest request,
StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input
has been processed.
|
void |
TextToSpeechGrpc.TextToSpeechStub.synthesizeSpeech(SynthesizeSpeechRequest request,
StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input
has been processed.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechStub.synthesizeSpeechCallable() |
UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
GrpcTextToSpeechStub.synthesizeSpeechCallable() |
UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
HttpJsonTextToSpeechStub.synthesizeSpeechCallable() |
UnaryCallSettings<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechStubSettings.synthesizeSpeechSettings()
Returns the object with the settings used for calls to synthesizeSpeech.
|
UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechStubSettings.Builder.synthesizeSpeechSettings()
Returns the builder for the settings used for calls to synthesizeSpeech.
|
Copyright © 2022 Google LLC. All rights reserved.