Uses of Class
com.google.cloud.documentai.v1beta3.ProcessResponse
-
Packages that use ProcessResponse Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta3.stub -
-
Uses of ProcessResponse in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return ProcessResponse Modifier and Type Method Description ProcessResponse
ProcessResponse.Builder. build()
ProcessResponse
ProcessResponse.Builder. buildPartial()
static ProcessResponse
ProcessResponse. getDefaultInstance()
ProcessResponse
ProcessResponse.Builder. getDefaultInstanceForType()
ProcessResponse
ProcessResponse. getDefaultInstanceForType()
static ProcessResponse
ProcessResponse. parseDelimitedFrom(InputStream input)
static ProcessResponse
ProcessResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessResponse
ProcessResponse. parseFrom(byte[] data)
static ProcessResponse
ProcessResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessResponse
ProcessResponse. parseFrom(com.google.protobuf.ByteString data)
static ProcessResponse
ProcessResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessResponse
ProcessResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ProcessResponse
ProcessResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessResponse
ProcessResponse. parseFrom(InputStream input)
static ProcessResponse
ProcessResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProcessResponse
ProcessResponse. parseFrom(ByteBuffer data)
static ProcessResponse
ProcessResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ProcessResponse
DocumentProcessorServiceClient. processDocument(com.google.api.resourcenames.ResourceName name)
Processes a single document.ProcessResponse
DocumentProcessorServiceClient. processDocument(ProcessRequest request)
Processes a single document.ProcessResponse
DocumentProcessorServiceClient. processDocument(String name)
Processes a single document.ProcessResponse
DocumentProcessorServiceGrpc.DocumentProcessorServiceBlockingStub. processDocument(ProcessRequest request)
Processes a single document.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type ProcessResponse Modifier and Type Method Description com.google.protobuf.Parser<ProcessResponse>
ProcessResponse. getParserForType()
static io.grpc.MethodDescriptor<ProcessRequest,ProcessResponse>
DocumentProcessorServiceGrpc. getProcessDocumentMethod()
static com.google.protobuf.Parser<ProcessResponse>
ProcessResponse. parser()
com.google.common.util.concurrent.ListenableFuture<ProcessResponse>
DocumentProcessorServiceGrpc.DocumentProcessorServiceFutureStub. processDocument(ProcessRequest request)
Processes a single document.com.google.api.gax.rpc.UnaryCallable<ProcessRequest,ProcessResponse>
DocumentProcessorServiceClient. processDocumentCallable()
Processes a single document.com.google.api.gax.rpc.UnaryCallSettings.Builder<ProcessRequest,ProcessResponse>
DocumentProcessorServiceSettings.Builder. processDocumentSettings()
Returns the builder for the settings used for calls to processDocument.com.google.api.gax.rpc.UnaryCallSettings<ProcessRequest,ProcessResponse>
DocumentProcessorServiceSettings. processDocumentSettings()
Returns the object with the settings used for calls to processDocument.Methods in com.google.cloud.documentai.v1beta3 with parameters of type ProcessResponse Modifier and Type Method Description ProcessResponse.Builder
ProcessResponse.Builder. mergeFrom(ProcessResponse other)
static ProcessResponse.Builder
ProcessResponse. newBuilder(ProcessResponse prototype)
Method parameters in com.google.cloud.documentai.v1beta3 with type arguments of type ProcessResponse Modifier and Type Method Description default void
DocumentProcessorServiceGrpc.AsyncService. processDocument(ProcessRequest request, io.grpc.stub.StreamObserver<ProcessResponse> responseObserver)
Processes a single document.void
DocumentProcessorServiceGrpc.DocumentProcessorServiceStub. processDocument(ProcessRequest request, io.grpc.stub.StreamObserver<ProcessResponse> responseObserver)
Processes a single document. -
Uses of ProcessResponse in com.google.cloud.documentai.v1beta3.stub
Methods in com.google.cloud.documentai.v1beta3.stub that return types with arguments of type ProcessResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ProcessRequest,ProcessResponse>
DocumentProcessorServiceStub. processDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<ProcessRequest,ProcessResponse>
GrpcDocumentProcessorServiceStub. processDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<ProcessRequest,ProcessResponse>
HttpJsonDocumentProcessorServiceStub. processDocumentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ProcessRequest,ProcessResponse>
DocumentProcessorServiceStubSettings.Builder. processDocumentSettings()
Returns the builder for the settings used for calls to processDocument.com.google.api.gax.rpc.UnaryCallSettings<ProcessRequest,ProcessResponse>
DocumentProcessorServiceStubSettings. processDocumentSettings()
Returns the object with the settings used for calls to processDocument.
-