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 |
---|---|
ListVoicesResponse |
ListVoicesResponse.Builder.build() |
ListVoicesResponse |
ListVoicesResponse.Builder.buildPartial() |
static ListVoicesResponse |
ListVoicesResponse.getDefaultInstance() |
ListVoicesResponse |
ListVoicesResponse.getDefaultInstanceForType() |
ListVoicesResponse |
ListVoicesResponse.Builder.getDefaultInstanceForType() |
ListVoicesResponse |
TextToSpeechGrpc.TextToSpeechBlockingStub.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
ListVoicesResponse |
TextToSpeechClient.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
ListVoicesResponse |
TextToSpeechClient.listVoices(String languageCode)
Returns a list of Voice supported for synthesis.
|
static ListVoicesResponse |
ListVoicesResponse.parseDelimitedFrom(InputStream input) |
static ListVoicesResponse |
ListVoicesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(byte[] data) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(ByteBuffer data) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(ByteString data) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(CodedInputStream input) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(InputStream input) |
static ListVoicesResponse |
ListVoicesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechGrpc.getListVoicesMethod() |
Parser<ListVoicesResponse> |
ListVoicesResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse> |
TextToSpeechGrpc.TextToSpeechFutureStub.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
UnaryCallable<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechClient.listVoicesCallable()
Returns a list of Voice supported for synthesis.
|
UnaryCallSettings<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechSettings.listVoicesSettings()
Returns the object with the settings used for calls to listVoices.
|
UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechSettings.Builder.listVoicesSettings()
Returns the builder for the settings used for calls to listVoices.
|
static Parser<ListVoicesResponse> |
ListVoicesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListVoicesResponse.Builder |
ListVoicesResponse.Builder.mergeFrom(ListVoicesResponse other) |
static ListVoicesResponse.Builder |
ListVoicesResponse.newBuilder(ListVoicesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
TextToSpeechGrpc.TextToSpeechImplBase.listVoices(ListVoicesRequest request,
StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.
|
void |
TextToSpeechGrpc.TextToSpeechStub.listVoices(ListVoicesRequest request,
StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechStub.listVoicesCallable() |
UnaryCallable<ListVoicesRequest,ListVoicesResponse> |
GrpcTextToSpeechStub.listVoicesCallable() |
UnaryCallable<ListVoicesRequest,ListVoicesResponse> |
HttpJsonTextToSpeechStub.listVoicesCallable() |
UnaryCallSettings<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechStubSettings.listVoicesSettings()
Returns the object with the settings used for calls to listVoices.
|
UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechStubSettings.Builder.listVoicesSettings()
Returns the builder for the settings used for calls to listVoices.
|
Copyright © 2022 Google LLC. All rights reserved.