public class GrpcSpeechStub extends SpeechStub
gRPC stub implementation for the Speech service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcSpeechStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSpeechStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(SpeechStubSettings settings)
public static final GrpcSpeechStub create(SpeechStubSettings settings)
Constructors
GrpcSpeechStub(SpeechStubSettings settings, ClientContext clientContext)
protected GrpcSpeechStub(SpeechStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSpeechStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
GrpcSpeechStub(SpeechStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSpeechStub(SpeechStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSpeechStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
longRunningRecognizeCallable()
public UnaryCallable<LongRunningRecognizeRequest,Operation> longRunningRecognizeCallable()
Overrides
longRunningRecognizeOperationCallable()
public OperationCallable<LongRunningRecognizeRequest,LongRunningRecognizeResponse,LongRunningRecognizeMetadata> longRunningRecognizeOperationCallable()
Overrides
recognizeCallable()
public UnaryCallable<RecognizeRequest,RecognizeResponse> recognizeCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
streamingRecognizeCallable()
public BidiStreamingCallable<StreamingRecognizeRequest,StreamingRecognizeResponse> streamingRecognizeCallable()
Overrides