public final class HeadGazeDirection
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static HeadGazeDirection | 
GAZE_ERROR  | 
static HeadGazeDirection | 
GAZE_FRONTAL  | 
static HeadGazeDirection | 
GAZE_INVALID_FACE_ID  | 
static HeadGazeDirection | 
GAZE_LEFT  | 
static HeadGazeDirection | 
GAZE_LEFT_45  | 
static HeadGazeDirection | 
GAZE_NOT_KNOWN  | 
static HeadGazeDirection | 
GAZE_RIGHT  | 
static HeadGazeDirection | 
GAZE_RIGHT_45  | 
| Modifier and Type | Method and Description | 
|---|---|
static HeadGazeDirection | 
setHeadGazeDirection(int index)  | 
static HeadGazeDirection | 
valueOf(java.lang.String name)  | 
static HeadGazeDirection[] | 
values()  | 
public static final HeadGazeDirection GAZE_ERROR
public static final HeadGazeDirection GAZE_FRONTAL
public static final HeadGazeDirection GAZE_INVALID_FACE_ID
public static final HeadGazeDirection GAZE_LEFT
public static final HeadGazeDirection GAZE_LEFT_45
public static final HeadGazeDirection GAZE_NOT_KNOWN
public static final HeadGazeDirection GAZE_RIGHT
public static final HeadGazeDirection GAZE_RIGHT_45
public static HeadGazeDirection setHeadGazeDirection(int index)
public static HeadGazeDirection valueOf(java.lang.String name)
public static HeadGazeDirection[] values()