public enum Document.Types.Entity.Types.MethodReference documentation and code samples for the Cloud Document AI v1beta3 API enum Document.Types.Entity.Types.Method.
Specifies how the entity's value is obtained.
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 |
When the method is not specified, it should be treated as |