@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/speech/v1p1beta1/cloud_speech.proto")
public final class SpeechGrpc
extends java.lang.Object
Service that implements Google Cloud Speech API.
Modifier and Type | Class and Description |
---|---|
static class |
SpeechGrpc.SpeechBlockingStub
Service that implements Google Cloud Speech API.
|
static class |
SpeechGrpc.SpeechFutureStub
Service that implements Google Cloud Speech API.
|
static class |
SpeechGrpc.SpeechImplBase
Service that implements Google Cloud Speech API.
|
static class |
SpeechGrpc.SpeechStub
Service that implements Google Cloud Speech API.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<LongRunningRecognizeRequest,Operation> |
METHOD_LONG_RUNNING_RECOGNIZE |
static io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse> |
METHOD_RECOGNIZE |
static io.grpc.MethodDescriptor<StreamingRecognizeRequest,StreamingRecognizeResponse> |
METHOD_STREAMING_RECOGNIZE |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static SpeechGrpc.SpeechBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SpeechGrpc.SpeechFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static SpeechGrpc.SpeechStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse> METHOD_RECOGNIZE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<LongRunningRecognizeRequest,Operation> METHOD_LONG_RUNNING_RECOGNIZE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<StreamingRecognizeRequest,StreamingRecognizeResponse> METHOD_STREAMING_RECOGNIZE
public static SpeechGrpc.SpeechStub newStub(io.grpc.Channel channel)
public static SpeechGrpc.SpeechBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SpeechGrpc.SpeechFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()