Cloud Document AI v1 API - Enum Document.Types.Entity.Types.Method (3.21.0)

public enum Document.Types.Entity.Types.Method

Reference documentation and code samples for the Cloud Document AI v1 API enum Document.Types.Entity.Types.Method.

Specifies how the entity's value is obtained.

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Fields

Name Description
Derive

The entity's value is derived through inference and is not necessarily an exact text extraction from the document.

Extract

The entity's value is directly extracted as-is from the document text.

Unspecified

When the method is not specified, it should be treated as EXTRACT.