Processed

data class Processed(val detections: List<MiSnapDocumentDetector.Detections>, val licenseExpired: Boolean) : MiSnapDocumentDetector.Result

Result when a Frame was analyzed.

Constructors

Link copied to clipboard
constructor(detections: List<MiSnapDocumentDetector.Detections>, licenseExpired: Boolean)

Properties

Link copied to clipboard