public enum DocumentSchema.Types.EntityType.Types.Property.Types.MethodReference documentation and code samples for the Cloud Document AI v1beta3 API enum DocumentSchema.Types.EntityType.Types.Property.Types.Method.
Specifies how the entity's value is obtained from the document.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
Derive |
The entity's value is derived through inference and is not necessarily an exact text extraction from the document. |
Extract |
The entity's value is directly extracted as-is from the document text. |
Unspecified |
Unspecified method. It defaults to |