Package com.google.cloud.speech.v2
Class SpeechGrpc.SpeechImplBase
- java.lang.Object
-
- com.google.cloud.speech.v2.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.Enables speech transcription and resource management.
-
-
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.v2.SpeechGrpc.AsyncService
batchRecognize, createCustomClass, createPhraseSet, createRecognizer, deleteCustomClass, deletePhraseSet, deleteRecognizer, getConfig, getCustomClass, getPhraseSet, getRecognizer, listCustomClasses, listPhraseSets, listRecognizers, recognize, streamingRecognize, undeleteCustomClass, undeletePhraseSet, undeleteRecognizer, updateConfig, updateCustomClass, updatePhraseSet, updateRecognizer
-
-