Uses of Class
com.google.cloud.speech.v1p1beta1.RecognizeResponse
-
Packages that use RecognizeResponse Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of RecognizeResponse in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return RecognizeResponse Modifier and Type Method Description RecognizeResponseRecognizeResponse.Builder. build()RecognizeResponseRecognizeResponse.Builder. buildPartial()static RecognizeResponseRecognizeResponse. getDefaultInstance()RecognizeResponseRecognizeResponse.Builder. getDefaultInstanceForType()RecognizeResponseRecognizeResponse. getDefaultInstanceForType()static RecognizeResponseRecognizeResponse. parseDelimitedFrom(InputStream input)static RecognizeResponseRecognizeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeResponseRecognizeResponse. parseFrom(byte[] data)static RecognizeResponseRecognizeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeResponseRecognizeResponse. parseFrom(com.google.protobuf.ByteString data)static RecognizeResponseRecognizeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeResponseRecognizeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RecognizeResponseRecognizeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeResponseRecognizeResponse. parseFrom(InputStream input)static RecognizeResponseRecognizeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognizeResponseRecognizeResponse. parseFrom(ByteBuffer data)static RecognizeResponseRecognizeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RecognizeResponseSpeechClient. recognize(RecognitionConfig config, RecognitionAudio audio)Performs synchronous speech recognition: receive results after all audio has been sent and processed.RecognizeResponseSpeechClient. recognize(RecognizeRequest request)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.Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type RecognizeResponse Modifier and Type Method Description com.google.protobuf.Parser<RecognizeResponse>RecognizeResponse. getParserForType()static io.grpc.MethodDescriptor<RecognizeRequest,RecognizeResponse>SpeechGrpc. getRecognizeMethod()static com.google.protobuf.Parser<RecognizeResponse>RecognizeResponse. parser()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.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.v1p1beta1 with parameters of type RecognizeResponse Modifier and Type Method Description RecognizeResponse.BuilderRecognizeResponse.Builder. mergeFrom(RecognizeResponse other)static RecognizeResponse.BuilderRecognizeResponse. newBuilder(RecognizeResponse prototype)Method parameters in com.google.cloud.speech.v1p1beta1 with type arguments of type RecognizeResponse Modifier and Type Method Description 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.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 RecognizeResponse in com.google.cloud.speech.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.stub that return types with arguments of type RecognizeResponse 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.
-