Class DocumentUnderstandingService (1.0.0-beta03)

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.

Inheritance

Object > DocumentUnderstandingService

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

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

Parameter
NameDescription
serviceImplDocumentUnderstandingService.DocumentUnderstandingServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplDocumentUnderstandingService.DocumentUnderstandingServiceBase

An object implementing the server-side handling logic.