Uses of Class
com.google.cloud.speech.v2.GetRecognizerRequest
-
Packages that use GetRecognizerRequest Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of GetRecognizerRequest in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return GetRecognizerRequest Modifier and Type Method Description GetRecognizerRequestGetRecognizerRequest.Builder. build()GetRecognizerRequestGetRecognizerRequest.Builder. buildPartial()static GetRecognizerRequestGetRecognizerRequest. getDefaultInstance()GetRecognizerRequestGetRecognizerRequest.Builder. getDefaultInstanceForType()GetRecognizerRequestGetRecognizerRequest. getDefaultInstanceForType()static GetRecognizerRequestGetRecognizerRequest. parseDelimitedFrom(InputStream input)static GetRecognizerRequestGetRecognizerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRecognizerRequestGetRecognizerRequest. parseFrom(byte[] data)static GetRecognizerRequestGetRecognizerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRecognizerRequestGetRecognizerRequest. parseFrom(com.google.protobuf.ByteString data)static GetRecognizerRequestGetRecognizerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRecognizerRequestGetRecognizerRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRecognizerRequestGetRecognizerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRecognizerRequestGetRecognizerRequest. parseFrom(InputStream input)static GetRecognizerRequestGetRecognizerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRecognizerRequestGetRecognizerRequest. parseFrom(ByteBuffer data)static GetRecognizerRequestGetRecognizerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v2 that return types with arguments of type GetRecognizerRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRecognizerRequest,Recognizer>SpeechGrpc. getGetRecognizerMethod()com.google.protobuf.Parser<GetRecognizerRequest>GetRecognizerRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetRecognizerRequest,Recognizer>SpeechClient. getRecognizerCallable()Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecognizerRequest,Recognizer>SpeechSettings.Builder. getRecognizerSettings()Returns the builder for the settings used for calls to getRecognizer.com.google.api.gax.rpc.UnaryCallSettings<GetRecognizerRequest,Recognizer>SpeechSettings. getRecognizerSettings()Returns the object with the settings used for calls to getRecognizer.static com.google.protobuf.Parser<GetRecognizerRequest>GetRecognizerRequest. parser()Methods in com.google.cloud.speech.v2 with parameters of type GetRecognizerRequest Modifier and Type Method Description RecognizerSpeechClient. getRecognizer(GetRecognizerRequest request)Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].default voidSpeechGrpc.AsyncService. getRecognizer(GetRecognizerRequest request, io.grpc.stub.StreamObserver<Recognizer> responseObserver)Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].RecognizerSpeechGrpc.SpeechBlockingStub. getRecognizer(GetRecognizerRequest request)Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].com.google.common.util.concurrent.ListenableFuture<Recognizer>SpeechGrpc.SpeechFutureStub. getRecognizer(GetRecognizerRequest request)Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].voidSpeechGrpc.SpeechStub. getRecognizer(GetRecognizerRequest request, io.grpc.stub.StreamObserver<Recognizer> responseObserver)Returns the requested [Recognizer][google.cloud.speech.v2.Recognizer].GetRecognizerRequest.BuilderGetRecognizerRequest.Builder. mergeFrom(GetRecognizerRequest other)static GetRecognizerRequest.BuilderGetRecognizerRequest. newBuilder(GetRecognizerRequest prototype) -
Uses of GetRecognizerRequest in com.google.cloud.speech.v2.stub
Methods in com.google.cloud.speech.v2.stub that return types with arguments of type GetRecognizerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRecognizerRequest,Recognizer>GrpcSpeechStub. getRecognizerCallable()com.google.api.gax.rpc.UnaryCallable<GetRecognizerRequest,Recognizer>HttpJsonSpeechStub. getRecognizerCallable()com.google.api.gax.rpc.UnaryCallable<GetRecognizerRequest,Recognizer>SpeechStub. getRecognizerCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRecognizerRequest,Recognizer>SpeechStubSettings.Builder. getRecognizerSettings()Returns the builder for the settings used for calls to getRecognizer.com.google.api.gax.rpc.UnaryCallSettings<GetRecognizerRequest,Recognizer>SpeechStubSettings. getRecognizerSettings()Returns the object with the settings used for calls to getRecognizer.
-