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_RECOGNIZE
Deprecated.Methods in com.google.cloud.speech.v1beta1 that return AsyncRecognizeRequest Modifier and Type Method Description AsyncRecognizeRequest
AsyncRecognizeRequest.Builder. build()
AsyncRecognizeRequest
AsyncRecognizeRequest.Builder. buildPartial()
static AsyncRecognizeRequest
AsyncRecognizeRequest. getDefaultInstance()
AsyncRecognizeRequest
AsyncRecognizeRequest.Builder. getDefaultInstanceForType()
AsyncRecognizeRequest
AsyncRecognizeRequest. getDefaultInstanceForType()
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseDelimitedFrom(InputStream input)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(byte[] data)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(InputStream input)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncRecognizeRequest
AsyncRecognizeRequest. parseFrom(ByteBuffer data)
static AsyncRecognizeRequest
AsyncRecognizeRequest. 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.Operation
SpeechGrpc.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.void
SpeechGrpc.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.void
SpeechGrpc.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.Builder
AsyncRecognizeRequest.Builder. mergeFrom(AsyncRecognizeRequest other)
static AsyncRecognizeRequest.Builder
AsyncRecognizeRequest. newBuilder(AsyncRecognizeRequest prototype)
-