Readonly confidenceConfidence weight.
Default is 1.0
Readonly imageCrop of the field.
Readonly parsedParsed data.
Readonly polygonCoordinates of the field in the root document coordinate system.
Readonly typeThe type of the field.
Readonly validationField validation status. Applicable only to fields that support some kind of validation.
Default is NONE
Readonly valueValue of the field. Applicable only to text fields.
Generic document field.
Example
Since the instance of the class contains objects backed by native resources (e.g. images) and implements
AsyncDisposableit's highly recommended to use theawait usingsyntax when an instance is created or is received from an API:Alternatively, one can explicitly call release method to release the native resources or use autorelease convenience function. If neither is used, the resource will be released when the instance is garbage collected which is not recommended.