Cloud Document AI v1beta3 API - Enum DocumentSchema.Types.EntityType.Types.Property.Types.Method (2.0.0-beta27)

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

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

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

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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.