public enum PortraitInstruction extends java.lang.Enum<PortraitInstruction>
| Enum Constant and Description |
|---|
ADJUST_LIGHTNING
Ensure your face is well-lit.
|
CENTER_FACE
Center your face in the frame.
|
CLOSE_MOUTH
Close your mouth.
|
ENSURE_NEUTRAL_EXPRESSION
Ensure a neutral expression.
|
FACE_PARTIALLY_HIDDEN
Remove any obstacle from your face.
|
IMAGE_OUT_OF_FOCUS
Image is out of focus.
|
LOOK_AWAY
Look away.
|
LOOK_STRAIGHT
Look directly at the camera.
|
LOW_CONTRAST
The image contrast is too low.
|
LOWER_HEAD
Lower your head.
|
MOVE_BACK
Move back from the camera.
|
MOVE_CLOSER
Move closer to the camera.
|
MOVE_DOWN
Move your face lower to align with the camera.
|
MOVE_LEFT
Move your face to the left.
|
MOVE_RIGHT
Move your face to the right.
|
MOVE_UP
Move your face higher to align with the camera.
|
NONE
No instruction given.
|
OPEN_MOUTH
Open your mouth.
|
RAISE_HEAD
Raise your head.
|
REMOVE_FACE_MASK
Remove your face mask.
|
REMOVE_GLASSES
Remove your glasses.
|
REMOVE_HEAD_COVERINGS
Remove any head coverings.
|
REMOVE_SUNGLASSES
Remove your sunglasses.
|
ROTATE_HEAD
Rotate your head in the specified direction.
|
SMILE
Smile.
|
STAY_STILL
Stay still in front of the camera.
|
TURN_HEAD_LEFT
Turn your head to the left.
|
TURN_HEAD_RIGHT
Turn your head to the right.
|
TURN_HEAD_SLIGHTLY
Turn your head slightly.
|
UNBALANCED_COLORS
Image colors are not balanced correctly.
|
| Modifier and Type | Method and Description |
|---|---|
static PortraitInstruction |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static PortraitInstruction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortraitInstruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortraitInstruction NONE
public static final PortraitInstruction CENTER_FACE
public static final PortraitInstruction LOOK_STRAIGHT
public static final PortraitInstruction LOOK_AWAY
public static final PortraitInstruction ADJUST_LIGHTNING
public static final PortraitInstruction LOW_CONTRAST
public static final PortraitInstruction UNBALANCED_COLORS
public static final PortraitInstruction IMAGE_OUT_OF_FOCUS
public static final PortraitInstruction MOVE_CLOSER
public static final PortraitInstruction MOVE_BACK
public static final PortraitInstruction MOVE_DOWN
public static final PortraitInstruction MOVE_UP
public static final PortraitInstruction MOVE_RIGHT
public static final PortraitInstruction MOVE_LEFT
public static final PortraitInstruction STAY_STILL
public static final PortraitInstruction CLOSE_MOUTH
public static final PortraitInstruction OPEN_MOUTH
public static final PortraitInstruction SMILE
public static final PortraitInstruction ENSURE_NEUTRAL_EXPRESSION
public static final PortraitInstruction FACE_PARTIALLY_HIDDEN
public static final PortraitInstruction TURN_HEAD_LEFT
public static final PortraitInstruction TURN_HEAD_RIGHT
public static final PortraitInstruction RAISE_HEAD
public static final PortraitInstruction LOWER_HEAD
public static final PortraitInstruction ROTATE_HEAD
public static final PortraitInstruction TURN_HEAD_SLIGHTLY
public static final PortraitInstruction REMOVE_HEAD_COVERINGS
public static final PortraitInstruction REMOVE_FACE_MASK
public static final PortraitInstruction REMOVE_GLASSES
public static final PortraitInstruction REMOVE_SUNGLASSES
public static PortraitInstruction[] values()
for (PortraitInstruction c : PortraitInstruction.values()) System.out.println(c);
public static PortraitInstruction 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 PortraitInstruction fromValue(int value)
value - The int value.Copyright © id3 Technologies. All rights reserved. eu.id3.face