public enum FaceTemplateFormat extends java.lang.Enum<FaceTemplateFormat>
| Enum Constant and Description |
|---|
PERIOCULAR_V2A
Template generated with the FacePeriocularEncoder2A model.
|
PERIOCULAR_V2B
Template generated with the FacePeriocularEncoder2B model.
|
UNDEFINED
Undefined template format.
|
V8A
Template generated with the FaceEncoder8A model.
|
V8B
Template generated with the FaceEncoder8B model.
|
V9A
Template generated with the FaceEncoder9A model.
|
V9B
Template generated with the FaceEncoder9B model.
|
V9C
Template generated with the FaceEncoder9C model.
|
| Modifier and Type | Method and Description |
|---|---|
static FaceTemplateFormat |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static FaceTemplateFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FaceTemplateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceTemplateFormat UNDEFINED
public static final FaceTemplateFormat V8A
public static final FaceTemplateFormat V8B
public static final FaceTemplateFormat V9A
public static final FaceTemplateFormat V9B
public static final FaceTemplateFormat V9C
public static final FaceTemplateFormat PERIOCULAR_V2A
public static final FaceTemplateFormat PERIOCULAR_V2B
public static FaceTemplateFormat[] values()
for (FaceTemplateFormat c : FaceTemplateFormat.values()) System.out.println(c);
public static FaceTemplateFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static FaceTemplateFormat fromValue(int value)
value - The int value.Copyright © id3 Technologies. All rights reserved. eu.id3.face