Uses of Class
com.google.cloud.speech.v1beta1.SyncRecognizeRequest
-
Packages that use SyncRecognizeRequest Package Description com.google.cloud.speech.v1beta1 -
-
Uses of SyncRecognizeRequest in com.google.cloud.speech.v1beta1
Fields in com.google.cloud.speech.v1beta1 with type parameters of type SyncRecognizeRequest Modifier and Type Field Description static io.grpc.MethodDescriptor<SyncRecognizeRequest,SyncRecognizeResponse>SpeechGrpc. METHOD_SYNC_RECOGNIZEDeprecated.Methods in com.google.cloud.speech.v1beta1 that return SyncRecognizeRequest Modifier and Type Method Description SyncRecognizeRequestSyncRecognizeRequest.Builder. build()SyncRecognizeRequestSyncRecognizeRequest.Builder. buildPartial()static SyncRecognizeRequestSyncRecognizeRequest. getDefaultInstance()SyncRecognizeRequestSyncRecognizeRequest.Builder. getDefaultInstanceForType()SyncRecognizeRequestSyncRecognizeRequest. getDefaultInstanceForType()static SyncRecognizeRequestSyncRecognizeRequest. parseDelimitedFrom(InputStream input)static SyncRecognizeRequestSyncRecognizeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(byte[] data)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(InputStream input)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(ByteBuffer data)static SyncRecognizeRequestSyncRecognizeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type SyncRecognizeRequest Modifier and Type Method Description com.google.protobuf.Parser<SyncRecognizeRequest>SyncRecognizeRequest. getParserForType()static io.grpc.MethodDescriptor<SyncRecognizeRequest,SyncRecognizeResponse>SpeechGrpc. getSyncRecognizeMethod()static com.google.protobuf.Parser<SyncRecognizeRequest>SyncRecognizeRequest. parser()Methods in com.google.cloud.speech.v1beta1 with parameters of type SyncRecognizeRequest Modifier and Type Method Description SyncRecognizeRequest.BuilderSyncRecognizeRequest.Builder. mergeFrom(SyncRecognizeRequest other)static SyncRecognizeRequest.BuilderSyncRecognizeRequest. newBuilder(SyncRecognizeRequest prototype)SyncRecognizeResponseSpeechGrpc.SpeechBlockingStub. syncRecognize(SyncRecognizeRequest request)Performs synchronous speech recognition: receive results after all audio has been sent and processed.com.google.common.util.concurrent.ListenableFuture<SyncRecognizeResponse>SpeechGrpc.SpeechFutureStub. syncRecognize(SyncRecognizeRequest request)Performs synchronous speech recognition: receive results after all audio has been sent and processed.voidSpeechGrpc.SpeechImplBase. syncRecognize(SyncRecognizeRequest request, io.grpc.stub.StreamObserver<SyncRecognizeResponse> responseObserver)Performs synchronous speech recognition: receive results after all audio has been sent and processed.voidSpeechGrpc.SpeechStub. syncRecognize(SyncRecognizeRequest request, io.grpc.stub.StreamObserver<SyncRecognizeResponse> responseObserver)Performs synchronous speech recognition: receive results after all audio has been sent and processed.
-