Class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase

  • All Implemented Interfaces:
    DocumentProcessorServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    DocumentProcessorServiceGrpc

    public abstract static class DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase
    extends Object
    implements io.grpc.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.
     
    • Constructor Detail

      • DocumentProcessorServiceImplBase

        public DocumentProcessorServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService