Package-level declarations

Types

Link copied to clipboard
interface FaceMatcher

Face matcher.

Link copied to clipboard

Factory for Face Matcher component.

Link copied to clipboard
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.

Link copied to clipboard
interface TemplateMatcher

Template matcher.

Link copied to clipboard

Factory for Template Matcher component.