RecognizableType

Type of face recognition data a recognizable object contains.

Package com.appliedrec.verid.core2

public final enum RecognizableType

Properties

NONE

Introduced in version 1.0.0

public static final RecognizableType NONE

No face recognition data is present. The object cannot be used for face recognition.

FACE

Introduced in version 1.0.0

public static final RecognizableType FACE

The face recognition data represents a single face.

SUBJECT

Introduced in version 1.0.0

public static final RecognizableType SUBJECT

The face recognition data represents a subject with one or more faces.