Class DocumentUnderstandingServiceStub
- java.lang.Object
-
- com.google.cloud.documentai.v1beta1.stub.DocumentUnderstandingServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcDocumentUnderstandingServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class DocumentUnderstandingServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the DocumentUnderstandingService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DocumentUnderstandingServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation>batchProcessDocumentsCallable()com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>batchProcessDocumentsOperationCallable()abstract voidclose()com.google.longrunning.stub.OperationsStubgetOperationsStub()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
batchProcessDocumentsOperationCallable
public com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata> batchProcessDocumentsOperationCallable()
-
batchProcessDocumentsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation> batchProcessDocumentsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-