Readonly childrenList of document sub-documents.
Readonly confidenceThe average confidence in the accuracy of the document recognition result.
Default is 0
Readonly confidenceThe weight of the confidence. Can be used to calculate the weighted average confidence of two documents.
Default is 0
Readonly cropImage crop of the document.
Readonly fieldsList of document fields.
Readonly quadCoordinates of the document in the parent document coordinate system.
Readonly quadCoordinates of the document in the root document coordinate system.
Readonly typeDocument type.
Generic document.
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.