Class Method (3.6.0)

Method(value)

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

Enums

Name Description
METHOD_UNSPECIFIED Unspecified method. It defaults to `EXTRACT`.
EXTRACT The entity's value is directly extracted as-is from the document text.
DERIVE The entity's value is derived through inference and is not necessarily an exact text extraction from the document.