Class Method (3.6.0)

Method(value)

Specifies how the entity's value is obtained.

Enums

Name Description
METHOD_UNSPECIFIED When the method is not specified, it should be treated as `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.