Uses of Class
com.google.cloud.speech.v1beta1.AsyncRecognizeRequest
-
Packages that use AsyncRecognizeRequest Package Description com.google.cloud.speech.v1beta1 -
-
Uses of AsyncRecognizeRequest in com.google.cloud.speech.v1beta1
Fields in com.google.cloud.speech.v1beta1 with type parameters of type AsyncRecognizeRequest Modifier and Type Field Description static io.grpc.MethodDescriptor<AsyncRecognizeRequest,com.google.longrunning.Operation>SpeechGrpc. METHOD_ASYNC_RECOGNIZEDeprecated.Methods in com.google.cloud.speech.v1beta1 that return AsyncRecognizeRequest Modifier and Type Method Description AsyncRecognizeRequestAsyncRecognizeRequest.Builder. build()AsyncRecognizeRequestAsyncRecognizeRequest.Builder. buildPartial()static AsyncRecognizeRequestAsyncRecognizeRequest. getDefaultInstance()AsyncRecognizeRequestAsyncRecognizeRequest.Builder. getDefaultInstanceForType()AsyncRecognizeRequestAsyncRecognizeRequest. getDefaultInstanceForType()static AsyncRecognizeRequestAsyncRecognizeRequest. parseDelimitedFrom(InputStream input)static AsyncRecognizeRequestAsyncRecognizeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(byte[] data)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(InputStream input)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(ByteBuffer data)static AsyncRecognizeRequestAsyncRecognizeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type AsyncRecognizeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<AsyncRecognizeRequest,com.google.longrunning.Operation>SpeechGrpc. getAsyncRecognizeMethod()com.google.protobuf.Parser<AsyncRecognizeRequest>AsyncRecognizeRequest. getParserForType()static com.google.protobuf.Parser<AsyncRecognizeRequest>AsyncRecognizeRequest. parser()Methods in com.google.cloud.speech.v1beta1 with parameters of type AsyncRecognizeRequest Modifier and Type Method Description com.google.longrunning.OperationSpeechGrpc.SpeechBlockingStub. asyncRecognize(AsyncRecognizeRequest request)Performs asynchronous speech recognition: receive results via the [google.longrunning.Operations] (/speech/reference/rest/v1beta1/operations#Operation) interface.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>SpeechGrpc.SpeechFutureStub. asyncRecognize(AsyncRecognizeRequest request)Performs asynchronous speech recognition: receive results via the [google.longrunning.Operations] (/speech/reference/rest/v1beta1/operations#Operation) interface.voidSpeechGrpc.SpeechImplBase. asyncRecognize(AsyncRecognizeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Performs asynchronous speech recognition: receive results via the [google.longrunning.Operations] (/speech/reference/rest/v1beta1/operations#Operation) interface.voidSpeechGrpc.SpeechStub. asyncRecognize(AsyncRecognizeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Performs asynchronous speech recognition: receive results via the [google.longrunning.Operations] (/speech/reference/rest/v1beta1/operations#Operation) interface.AsyncRecognizeRequest.BuilderAsyncRecognizeRequest.Builder. mergeFrom(AsyncRecognizeRequest other)static AsyncRecognizeRequest.BuilderAsyncRecognizeRequest. newBuilder(AsyncRecognizeRequest prototype)
-