Template

data class Template(val bytes: ByteArray, val version: Int)

Face template. Templates across various DOT versions might not be compatible, only templates with corresponding versions can be used for verification.

Constructors

Link copied to clipboard
fun Template(bytes: ByteArray, version: Int)

Properties

Link copied to clipboard

Binary representation of the face template that can be used for verification.

Link copied to clipboard

Template version.