method property

String? method
getter/setter pair

Specifies how the entity's value is obtained.

Optional. Possible string values are:

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

Implementation

core.String? method;