Module: Google::Cloud::DocumentAI::V1::Document::Entity::Method
- Defined in:
- proto_docs/google/cloud/documentai/v1/document.rb
Overview
Specifies how the entity's value is obtained.
Constant Summary collapse
- METHOD_UNSPECIFIED =
When the method is not specified, it should be treated as
EXTRACT
. 0
- EXTRACT =
The entity's value is directly extracted as-is from the document text.
1
- DERIVE =
The entity's value is derived through inference and is not necessarily an exact text extraction from the document.
2