method property

String? method
getter/setter pair

Specifies how the entity's value is obtained. Possible string values are:

  • "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.

Implementation

core.String? method;