Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Method.
Specifies how the entity's value is obtained from the document.
Protobuf type google.cloud.documentai.v1.DocumentSchema.EntityType.Property.Method
Namespace
Google \ Cloud \ DocumentAI \ V1 \ DocumentSchema \ EntityType \ PropertyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
METHOD_UNSPECIFIED
Value: 0
Unspecified method. It defaults to 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;