FaceAnalysis

class FaceAnalysis(val frame: ByteArray, val warnings: List<UserAction>, val misnapMibiData: MiSnapMibiData, val licenseExpired: Boolean, val rts: String? = null, val aiBasedRts: ByteArray? = null) : MiSnapController.FrameResult

Results of analyzing a face Frame.

Constructors

Link copied to clipboard
constructor(frame: ByteArray, warnings: List<UserAction>, misnapMibiData: MiSnapMibiData, licenseExpired: Boolean, rts: String? = null, aiBasedRts: ByteArray? = null)

Properties

Link copied to clipboard
val aiBasedRts: ByteArray? = null

An AI-based encrypted payload used for an additional authentication.

Link copied to clipboard

The image data of the face frame.

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
val rts: String? = null

An encrypted payload used for an additional authentication.

Link copied to clipboard

A list of UserAction representing the IQA warnings found in the frame for a manual trigger session.