Package com.google.cloud.speech.v1
Class SpeechGrpc.SpeechImplBase
- java.lang.Object
-
- com.google.cloud.speech.v1.SpeechGrpc.SpeechImplBase
-
- All Implemented Interfaces:
SpeechGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SpeechGrpc
public abstract static class SpeechGrpc.SpeechImplBase extends Object implements io.grpc.BindableService, SpeechGrpc.AsyncService
Base class for the server implementation of the service Speech.Service that implements Google Cloud Speech API.
-
-
Constructor Summary
Constructors Constructor Description SpeechImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.speech.v1.SpeechGrpc.AsyncService
longRunningRecognize, recognize, streamingRecognize
-
-