Cloud Document AI v1 API - Enum DocumentSchema.Types.EntityType.Types.Property.Types.Method (3.21.0)

public enum DocumentSchema.Types.EntityType.Types.Property.Types.Method

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

Specifies how the entity's value is obtained from the document.

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

Unspecified method. It defaults to EXTRACT.