Template

data class Template(val bytes: ByteArray, val version: Template.Version)

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: Template.Version)

Types

Link copied to clipboard
data class Version(val major: Int, val minor: Int)

Template version.

Properties

Link copied to clipboard

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

Link copied to clipboard

Template version.