Service to call Cloud DocumentAI 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.
public static void BindService(ServiceBinderBase serviceBinder, DocumentProcessorService.DocumentProcessorServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DocumentProcessorService` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its role in interacting with Google Cloud Document AI for document processing."],["The content lists various versions of the `DocumentProcessorService`, ranging from version 1.0.0 to the latest 3.19.0, allowing users to access specific version documentation."],["The `DocumentProcessorService` class uses state-of-the-art Google AI to extract data from documents and has inherited methods from the base `Object` class."],["The page details two methods for `BindService`, one that creates a service definition and another for registering a service method, both accepting an object implementing the server-side logic."],["The documentation is specific to the .NET environment, as indicated by the file names and code examples, such as `Google.Cloud.DocumentAI.V1.dll` and links to Microsoft .NET documentation."]]],[]]