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` within the `Google.Cloud.DocumentAI.V1` namespace, detailing how to interact with Cloud Document AI to process documents."],["The latest version of the `DocumentProcessorService` is 3.19.0, and the page lists multiple previous versions down to 1.0.0, with links to the respective documentation for each."],["The `DocumentProcessorService` is used for extracting structured information from unstructured or semi-structured documents using Google AI technologies."],["The page documents the `BindService` methods, which are used for creating service definitions and registering service methods with a server, detailing the required parameters and return types for each."],["The `DocumentProcessorService` class inherits several members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are listed as inherited members on the page."]]],[]]