Show / Hide Table of Contents

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
System.Object
DocumentUnderstandingService
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public static class DocumentUnderstandingService

Methods

BindService(DocumentUnderstandingService.DocumentUnderstandingServiceBase)

Creates service definition that can be registered with a server

Declaration
public static ServerServiceDefinition BindService(DocumentUnderstandingService.DocumentUnderstandingServiceBase serviceImpl)
Parameters
Type Name Description
DocumentUnderstandingService.DocumentUnderstandingServiceBase serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, DocumentUnderstandingService.DocumentUnderstandingServiceBase)

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.

Declaration
public static void BindService(ServiceBinderBase serviceBinder, DocumentUnderstandingService.DocumentUnderstandingServiceBase serviceImpl)
Parameters
Type Name Description
ServiceBinderBase serviceBinder

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

DocumentUnderstandingService.DocumentUnderstandingServiceBase serviceImpl

An object implementing the server-side handling logic.

Back to top