public final class SpeechGrpc
Enables speech transcription and resource management.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getBatchRecognizeMethod()
public static MethodDescriptor<BatchRecognizeRequest,Operation> getBatchRecognizeMethod()
Returns
getCreateCustomClassMethod()
public static MethodDescriptor<CreateCustomClassRequest,Operation> getCreateCustomClassMethod()
Returns
getCreatePhraseSetMethod()
public static MethodDescriptor<CreatePhraseSetRequest,Operation> getCreatePhraseSetMethod()
Returns
getCreateRecognizerMethod()
public static MethodDescriptor<CreateRecognizerRequest,Operation> getCreateRecognizerMethod()
Returns
getDeleteCustomClassMethod()
public static MethodDescriptor<DeleteCustomClassRequest,Operation> getDeleteCustomClassMethod()
Returns
getDeletePhraseSetMethod()
public static MethodDescriptor<DeletePhraseSetRequest,Operation> getDeletePhraseSetMethod()
Returns
getDeleteRecognizerMethod()
public static MethodDescriptor<DeleteRecognizerRequest,Operation> getDeleteRecognizerMethod()
Returns
getGetConfigMethod()
public static MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
Returns
getGetCustomClassMethod()
public static MethodDescriptor<GetCustomClassRequest,CustomClass> getGetCustomClassMethod()
Returns
getGetPhraseSetMethod()
public static MethodDescriptor<GetPhraseSetRequest,PhraseSet> getGetPhraseSetMethod()
Returns
getGetRecognizerMethod()
public static MethodDescriptor<GetRecognizerRequest,Recognizer> getGetRecognizerMethod()
Returns
getListCustomClassesMethod()
public static MethodDescriptor<ListCustomClassesRequest,ListCustomClassesResponse> getListCustomClassesMethod()
Returns
getListPhraseSetsMethod()
public static MethodDescriptor<ListPhraseSetsRequest,ListPhraseSetsResponse> getListPhraseSetsMethod()
Returns
getListRecognizersMethod()
public static MethodDescriptor<ListRecognizersRequest,ListRecognizersResponse> getListRecognizersMethod()
Returns
getRecognizeMethod()
public static MethodDescriptor<RecognizeRequest,RecognizeResponse> getRecognizeMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getStreamingRecognizeMethod()
public static MethodDescriptor<StreamingRecognizeRequest,StreamingRecognizeResponse> getStreamingRecognizeMethod()
Returns
getUndeleteCustomClassMethod()
public static MethodDescriptor<UndeleteCustomClassRequest,Operation> getUndeleteCustomClassMethod()
Returns
getUndeletePhraseSetMethod()
public static MethodDescriptor<UndeletePhraseSetRequest,Operation> getUndeletePhraseSetMethod()
Returns
getUndeleteRecognizerMethod()
public static MethodDescriptor<UndeleteRecognizerRequest,Operation> getUndeleteRecognizerMethod()
Returns
getUpdateConfigMethod()
public static MethodDescriptor<UpdateConfigRequest,Config> getUpdateConfigMethod()
Returns
getUpdateCustomClassMethod()
public static MethodDescriptor<UpdateCustomClassRequest,Operation> getUpdateCustomClassMethod()
Returns
getUpdatePhraseSetMethod()
public static MethodDescriptor<UpdatePhraseSetRequest,Operation> getUpdatePhraseSetMethod()
Returns
getUpdateRecognizerMethod()
public static MethodDescriptor<UpdateRecognizerRequest,Operation> getUpdateRecognizerMethod()
Returns
newBlockingStub(Channel channel)
public static SpeechGrpc.SpeechBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newFutureStub(Channel channel)
public static SpeechGrpc.SpeechFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newStub(Channel channel)
public static SpeechGrpc.SpeechStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns