DocumentAnalysis
class DocumentAnalysis(val frame: ByteArray, val extraction: DocumentExtraction? = null, val classification: DocumentClassification? = null, val barcode: Barcode? = null, val warnings: List<UserAction>, val misnapMibiData: MiSnapMibiData, val licenseExpired: Boolean, val rts: String? = null) : MiSnapController.FrameResult
Results of analyzing a document Frame.
Constructors
Link copied to clipboard
constructor(frame: ByteArray, extraction: DocumentExtraction? = null, classification: DocumentClassification? = null, barcode: Barcode? = null, warnings: List<UserAction>, misnapMibiData: MiSnapMibiData, licenseExpired: Boolean, rts: String? = null)
Properties
Link copied to clipboard
The document classification if available.
Link copied to clipboard
The contents of the document if extracted.
Link copied to clipboard
Indicates if the license should be renewed.
Link copied to clipboard
The analytics data collected from the session.
Link copied to clipboard
A list of UserAction representing the IQA warnings found in the frame for a manual trigger session.