Class DocumentUnderstandingServiceGrpc
- java.lang.Object
-
- com.google.cloud.documentai.v1beta2.DocumentUnderstandingServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/documentai/v1beta2/document_understanding.proto") public final class DocumentUnderstandingServiceGrpc extends Object
Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, and translation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DocumentUnderstandingServiceGrpc.AsyncService
Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, and translation.static class
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DocumentUnderstandingService.static class
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentUnderstandingService.static class
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceImplBase
Base class for the server implementation of the service DocumentUnderstandingService.static class
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub
A stub to allow clients to do asynchronous rpc calls to service DocumentUnderstandingService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(DocumentUnderstandingServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
getBatchProcessDocumentsMethod()
static io.grpc.MethodDescriptor<ProcessDocumentRequest,Document>
getProcessDocumentMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBatchProcessDocumentsMethod
public static io.grpc.MethodDescriptor<BatchProcessDocumentsRequest,com.google.longrunning.Operation> getBatchProcessDocumentsMethod()
-
getProcessDocumentMethod
public static io.grpc.MethodDescriptor<ProcessDocumentRequest,Document> getProcessDocumentMethod()
-
newStub
public static DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DocumentUnderstandingServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-