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 |
---|---|
static MethodDescriptor<ListVoicesRequest,ListVoicesResponse> |
TextToSpeechGrpc.getListVoicesMethod() |
Parser<ListVoicesRequest> |
ListVoicesRequest.getParserForType() |
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<ListVoicesRequest> |
ListVoicesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListVoicesResponse |
TextToSpeechGrpc.TextToSpeechBlockingStub.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse> |
TextToSpeechGrpc.TextToSpeechFutureStub.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
ListVoicesResponse |
TextToSpeechClient.listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
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.
|
ListVoicesRequest.Builder |
ListVoicesRequest.Builder.mergeFrom(ListVoicesRequest other) |
static ListVoicesRequest.Builder |
ListVoicesRequest.newBuilder(ListVoicesRequest prototype) |
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.