Uses of Class
com.google.cloud.speech.v1.RecognizeRequest
-
Packages that use RecognizeRequest Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1.stub -
-
Uses of RecognizeRequest in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return RecognizeRequest Modifier and Type Method Description RecognizeRequestRecognizeRequest.Builder. build()RecognizeRequestRecognizeRequest.Builder. buildPartial()static RecognizeRequestRecognizeRequest. getDefaultInstance()RecognizeRequestRecognizeRequest.Builder. getDefaultInstanceForType()RecognizeRequestRecognizeRequest. getDefaultInstanceForType()static RecognizeRequestRecognizeRequest. parseDelimitedFrom(InputStream input)static RecognizeRequestRecognizeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeRequestRecognizeRequest. parseFrom(byte[] data)static RecognizeRequestRecognizeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeRequestRecognizeRequest. parseFrom(com.google.protobuf.ByteString data)static RecognizeRequestRecognizeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeRequestRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RecognizeRequestRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeRequestRecognizeRequest. parseFrom(InputStream input)static RecognizeRequestRecognizeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeRequestRecognizeRequest. parseFrom(ByteBuffer data)static RecognizeRequestRecognizeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1 that return types with arguments of type RecognizeRequest Modifier and Type Method Description com.google.protobuf.Parser<RecognizeRequest>RecognizeRequest. getParserForType()static io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse>SpeechGrpc. getRecognizeMethod()static com.google.protobuf.Parser<RecognizeRequest>RecognizeRequest. parser()com.google.api.gax.rpc.UnaryCallable<RecognizeRequest,RecognizeResponse>SpeechClient. recognizeCallable()Performs synchronous speech recognition: receive results after all audio has been sent and processed.com.google.api.gax.rpc.UnaryCallSettings.Builder<RecognizeRequest,RecognizeResponse>SpeechSettings.Builder. recognizeSettings()Returns the builder for the settings used for calls to recognize.com.google.api.gax.rpc.UnaryCallSettings<RecognizeRequest,RecognizeResponse>SpeechSettings. recognizeSettings()Returns the object with the settings used for calls to recognize.Methods in com.google.cloud.speech.v1 with parameters of type RecognizeRequest Modifier and Type Method Description RecognizeRequest.BuilderRecognizeRequest.Builder. mergeFrom(RecognizeRequest other)static RecognizeRequest.BuilderRecognizeRequest. newBuilder(RecognizeRequest prototype)RecognizeResponseSpeechClient. recognize(RecognizeRequest request)Performs synchronous speech recognition: receive results after all audio has been sent and processed.default voidSpeechGrpc.AsyncService. recognize(RecognizeRequest request, io.grpc.stub.StreamObserver<RecognizeResponse> responseObserver)Performs synchronous speech recognition: receive results after all audio has been sent and processed.RecognizeResponseSpeechGrpc.SpeechBlockingStub. recognize(RecognizeRequest request)Performs synchronous speech recognition: receive results after all audio has been sent and processed.com.google.common.util.concurrent.ListenableFuture<RecognizeResponse>SpeechGrpc.SpeechFutureStub. recognize(RecognizeRequest request)Performs synchronous speech recognition: receive results after all audio has been sent and processed.voidSpeechGrpc.SpeechStub. recognize(RecognizeRequest request, io.grpc.stub.StreamObserver<RecognizeResponse> responseObserver)Performs synchronous speech recognition: receive results after all audio has been sent and processed. -
Uses of RecognizeRequest in com.google.cloud.speech.v1.stub
Methods in com.google.cloud.speech.v1.stub that return types with arguments of type RecognizeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RecognizeRequest,RecognizeResponse>GrpcSpeechStub. recognizeCallable()com.google.api.gax.rpc.UnaryCallable<RecognizeRequest,RecognizeResponse>HttpJsonSpeechStub. recognizeCallable()com.google.api.gax.rpc.UnaryCallable<RecognizeRequest,RecognizeResponse>SpeechStub. recognizeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RecognizeRequest,RecognizeResponse>SpeechStubSettings.Builder. recognizeSettings()Returns the builder for the settings used for calls to recognize.com.google.api.gax.rpc.UnaryCallSettings<RecognizeRequest,RecognizeResponse>SpeechStubSettings. recognizeSettings()Returns the object with the settings used for calls to recognize.
-