public static class DocumentUnderstandingService
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.
Namespace
Google.Cloud.DocumentAI.V1Beta2Assembly
Google.Cloud.DocumentAI.V1Beta2.dll
Methods
BindService(DocumentUnderstandingService.DocumentUnderstandingServiceBase)
public static ServerServiceDefinition BindService(DocumentUnderstandingService.DocumentUnderstandingServiceBase serviceImpl)
Creates service definition that can be registered with a server
Name | Description |
serviceImpl | DocumentUnderstandingService.DocumentUnderstandingServiceBase An object implementing the server-side handling logic. |
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, DocumentUnderstandingService.DocumentUnderstandingServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, DocumentUnderstandingService.DocumentUnderstandingServiceBase 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.
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | DocumentUnderstandingService.DocumentUnderstandingServiceBase An object implementing the server-side handling logic. |