Class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase (2.45.0)

public abstract static class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase implements BindableService, DocumentProcessorServiceGrpc.AsyncService

Base class for the server implementation of the service DocumentProcessorService.

Service to call Document AI to process documents according to the processor's definition. Processors are built using state-of-the-art Google AI such as natural language, computer vision, and translation to extract structured information from unstructured or semi-structured documents.

Inheritance

java.lang.Object > DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase

Implements

io.grpc.BindableService, DocumentProcessorServiceGrpc.AsyncService

Constructors

DocumentProcessorServiceImplBase()

public DocumentProcessorServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition