MiSnapDocumentDetector
class MiSnapDocumentDetector(license: String, requestedDetectors: MiSnapDocumentDetector.DetectorType)
Analyzes the provided Frame to detect the presence of certain documents.
NOTE: Requires a license with the nfc or the on device classification feature enabled.
Types
Functions
Link copied to clipboard
fun findDetections(frame: Frame, corners: Array<IntArray>, imageOrientation: Int): MiSnapDocumentDetector.Result
Analyzes the Frame and synchronously returns the result.