@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/texttospeech/v1beta1/cloud_tts.proto") public final class TextToSpeechGrpc extends Object
Service that implements Google Cloud Text-to-Speech API.
Modifier and Type | Class and Description |
---|---|
static class |
TextToSpeechGrpc.TextToSpeechBlockingStub
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechFutureStub
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechImplBase
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechStub
Service that implements Google Cloud Text-to-Speech API.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListVoicesRequest,ListVoicesResponse> |
getListVoicesMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
getSynthesizeSpeechMethod() |
static TextToSpeechGrpc.TextToSpeechBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TextToSpeechGrpc.TextToSpeechFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TextToSpeechGrpc.TextToSpeechStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<ListVoicesRequest,ListVoicesResponse> getListVoicesMethod()
public static MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> getSynthesizeSpeechMethod()
public static TextToSpeechGrpc.TextToSpeechStub newStub(Channel channel)
public static TextToSpeechGrpc.TextToSpeechBlockingStub newBlockingStub(Channel channel)
public static TextToSpeechGrpc.TextToSpeechFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.