FaceResult

class FaceResult(val frame: ByteArray, val rts: String? = null, val aiBasedRts: ByteArray? = null) : MiSnapTransactionResult

Transaction result for a face session.

Constructors

Link copied to clipboard
constructor(frame: ByteArray, 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
val rts: String? = null

An encrypted payload used for an additional authentication.