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 |
---|---|
SynthesizeSpeechResponse |
SynthesizeSpeechResponse.Builder.build() |
SynthesizeSpeechResponse |
SynthesizeSpeechResponse.Builder.buildPartial() |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.getDefaultInstance() |
SynthesizeSpeechResponse |
SynthesizeSpeechResponse.getDefaultInstanceForType() |
SynthesizeSpeechResponse |
SynthesizeSpeechResponse.Builder.getDefaultInstanceForType() |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseDelimitedFrom(InputStream input) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(byte[] data) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(ByteBuffer data) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(ByteString data) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(CodedInputStream input) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(InputStream input) |
static SynthesizeSpeechResponse |
SynthesizeSpeechResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
SynthesizeSpeechResponse |
TextToSpeechClient.synthesizeSpeech(SynthesisInput input,
VoiceSelectionParams voice,
AudioConfig audioConfig)
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.
|
SynthesizeSpeechResponse |
TextToSpeechClient.synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.
|
Modifier and Type | Method and Description |
---|---|
Parser<SynthesizeSpeechResponse> |
SynthesizeSpeechResponse.getParserForType() |
static MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
TextToSpeechGrpc.getSynthesizeSpeechMethod() |
static 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.
|
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 |
---|---|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeFrom(SynthesizeSpeechResponse other) |
static SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.newBuilder(SynthesizeSpeechResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.