- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public enum FaceAnnotation.Landmark.Type extends Enum<FaceAnnotation.Landmark.Type> implements ProtocolMessageEnum
Face landmark (feature) type.
Left and right are defined from the vantage of the viewer of the image
without considering mirror projections typical of photos. So, LEFT_EYE
,
typically, is the person's right eye.
Protobuf enum google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CHIN_GNATHION | Chin gnathion. |
CHIN_GNATHION_VALUE | Chin gnathion. |
CHIN_LEFT_GONION | Chin left gonion. |
CHIN_LEFT_GONION_VALUE | Chin left gonion. |
CHIN_RIGHT_GONION | Chin right gonion. |
CHIN_RIGHT_GONION_VALUE | Chin right gonion. |
FOREHEAD_GLABELLA | Forehead glabella. |
FOREHEAD_GLABELLA_VALUE | Forehead glabella. |
LEFT_CHEEK_CENTER | Left cheek center. |
LEFT_CHEEK_CENTER_VALUE | Left cheek center. |
LEFT_EAR_TRAGION | Left ear tragion. |
LEFT_EAR_TRAGION_VALUE | Left ear tragion. |
LEFT_EYE | Left eye. |
LEFT_EYEBROW_UPPER_MIDPOINT | Left eyebrow, upper midpoint. |
LEFT_EYEBROW_UPPER_MIDPOINT_VALUE | Left eyebrow, upper midpoint. |
LEFT_EYE_BOTTOM_BOUNDARY | Left eye, bottom boundary. |
LEFT_EYE_BOTTOM_BOUNDARY_VALUE | Left eye, bottom boundary. |
LEFT_EYE_LEFT_CORNER | Left eye, left corner. |
LEFT_EYE_LEFT_CORNER_VALUE | Left eye, left corner. |
LEFT_EYE_PUPIL | Left eye pupil. |
LEFT_EYE_PUPIL_VALUE | Left eye pupil. |
LEFT_EYE_RIGHT_CORNER | Left eye, right corner. |
LEFT_EYE_RIGHT_CORNER_VALUE | Left eye, right corner. |
LEFT_EYE_TOP_BOUNDARY | Left eye, top boundary. |
LEFT_EYE_TOP_BOUNDARY_VALUE | Left eye, top boundary. |
LEFT_EYE_VALUE | Left eye. |
LEFT_OF_LEFT_EYEBROW | Left of left eyebrow. |
LEFT_OF_LEFT_EYEBROW_VALUE | Left of left eyebrow. |
LEFT_OF_RIGHT_EYEBROW | Left of right eyebrow. |
LEFT_OF_RIGHT_EYEBROW_VALUE | Left of right eyebrow. |
LOWER_LIP | Lower lip. |
LOWER_LIP_VALUE | Lower lip. |
MIDPOINT_BETWEEN_EYES | Midpoint between eyes. |
MIDPOINT_BETWEEN_EYES_VALUE | Midpoint between eyes. |
MOUTH_CENTER | Mouth center. |
MOUTH_CENTER_VALUE | Mouth center. |
MOUTH_LEFT | Mouth left. |
MOUTH_LEFT_VALUE | Mouth left. |
MOUTH_RIGHT | Mouth right. |
MOUTH_RIGHT_VALUE | Mouth right. |
NOSE_BOTTOM_CENTER | Nose, bottom center. |
NOSE_BOTTOM_CENTER_VALUE | Nose, bottom center. |
NOSE_BOTTOM_LEFT | Nose, bottom left. |
NOSE_BOTTOM_LEFT_VALUE | Nose, bottom left. |
NOSE_BOTTOM_RIGHT | Nose, bottom right. |
NOSE_BOTTOM_RIGHT_VALUE | Nose, bottom right. |
NOSE_TIP | Nose tip. |
NOSE_TIP_VALUE | Nose tip. |
RIGHT_CHEEK_CENTER | Right cheek center. |
RIGHT_CHEEK_CENTER_VALUE | Right cheek center. |
RIGHT_EAR_TRAGION | Right ear tragion. |
RIGHT_EAR_TRAGION_VALUE | Right ear tragion. |
RIGHT_EYE | Right eye. |
RIGHT_EYEBROW_UPPER_MIDPOINT | Right eyebrow, upper midpoint. |
RIGHT_EYEBROW_UPPER_MIDPOINT_VALUE | Right eyebrow, upper midpoint. |
RIGHT_EYE_BOTTOM_BOUNDARY | Right eye, bottom boundary. |
RIGHT_EYE_BOTTOM_BOUNDARY_VALUE | Right eye, bottom boundary. |
RIGHT_EYE_LEFT_CORNER | Right eye, left corner. |
RIGHT_EYE_LEFT_CORNER_VALUE | Right eye, left corner. |
RIGHT_EYE_PUPIL | Right eye pupil. |
RIGHT_EYE_PUPIL_VALUE | Right eye pupil. |
RIGHT_EYE_RIGHT_CORNER | Right eye, right corner. |
RIGHT_EYE_RIGHT_CORNER_VALUE | Right eye, right corner. |
RIGHT_EYE_TOP_BOUNDARY | Right eye, top boundary. |
RIGHT_EYE_TOP_BOUNDARY_VALUE | Right eye, top boundary. |
RIGHT_EYE_VALUE | Right eye. |
RIGHT_OF_LEFT_EYEBROW | Right of left eyebrow. |
RIGHT_OF_LEFT_EYEBROW_VALUE | Right of left eyebrow. |
RIGHT_OF_RIGHT_EYEBROW | Right of right eyebrow. |
RIGHT_OF_RIGHT_EYEBROW_VALUE | Right of right eyebrow. |
UNKNOWN_LANDMARK | Unknown face landmark detected. Should not be filled. |
UNKNOWN_LANDMARK_VALUE | Unknown face landmark detected. Should not be filled. |
UNRECOGNIZED | |
UPPER_LIP | Upper lip. |
UPPER_LIP_VALUE | Upper lip. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |