Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Method.
Specifies how the entity's value is obtained.
Protobuf type google.cloud.documentai.v1.Document.Entity.Method
Namespace
Google \ Cloud \ DocumentAI \ V1 \ Document \ EntityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
METHOD_UNSPECIFIED
Value: 0
When the method is not specified, it should be treated as EXTRACT
.
Generated from protobuf enum METHOD_UNSPECIFIED = 0;
EXTRACT
Value: 1
The entity's value is directly extracted as-is from the document text.
Generated from protobuf enum EXTRACT = 1;
DERIVE
Value: 2
The entity's value is derived through inference and is not necessarily an exact text extraction from the document.
Generated from protobuf enum DERIVE = 2;