Module: Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type

Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

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.

Constant Summary collapse

UNKNOWN_LANDMARK =

Unknown face landmark detected. Should not be filled.

0
LEFT_EYE =

Left eye.

1
RIGHT_EYE =

Right eye.

2
LEFT_OF_LEFT_EYEBROW =

Left of left eyebrow.

3
RIGHT_OF_LEFT_EYEBROW =

Right of left eyebrow.

4
LEFT_OF_RIGHT_EYEBROW =

Left of right eyebrow.

5
RIGHT_OF_RIGHT_EYEBROW =

Right of right eyebrow.

6
MIDPOINT_BETWEEN_EYES =

Midpoint between eyes.

7
NOSE_TIP =

Nose tip.

8
UPPER_LIP =

Upper lip.

9
LOWER_LIP =

Lower lip.

10
MOUTH_LEFT =

Mouth left.

11
MOUTH_RIGHT =

Mouth right.

12
MOUTH_CENTER =

Mouth center.

13
NOSE_BOTTOM_RIGHT =

Nose, bottom right.

14
NOSE_BOTTOM_LEFT =

Nose, bottom left.

15
NOSE_BOTTOM_CENTER =

Nose, bottom center.

16
LEFT_EYE_TOP_BOUNDARY =

Left eye, top boundary.

17
LEFT_EYE_RIGHT_CORNER =

Left eye, right corner.

18
LEFT_EYE_BOTTOM_BOUNDARY =

Left eye, bottom boundary.

19
LEFT_EYE_LEFT_CORNER =

Left eye, left corner.

20
RIGHT_EYE_TOP_BOUNDARY =

Right eye, top boundary.

21
RIGHT_EYE_RIGHT_CORNER =

Right eye, right corner.

22
RIGHT_EYE_BOTTOM_BOUNDARY =

Right eye, bottom boundary.

23
RIGHT_EYE_LEFT_CORNER =

Right eye, left corner.

24
LEFT_EYEBROW_UPPER_MIDPOINT =

Left eyebrow, upper midpoint.

25
RIGHT_EYEBROW_UPPER_MIDPOINT =

Right eyebrow, upper midpoint.

26
LEFT_EAR_TRAGION =

Left ear tragion.

27
RIGHT_EAR_TRAGION =

Right ear tragion.

28
LEFT_EYE_PUPIL =

Left eye pupil.

29
RIGHT_EYE_PUPIL =

Right eye pupil.

30
FOREHEAD_GLABELLA =

Forehead glabella.

31
CHIN_GNATHION =

Chin gnathion.

32
CHIN_LEFT_GONION =

Chin left gonion.

33
CHIN_RIGHT_GONION =

Chin right gonion.

34
LEFT_CHEEK_CENTER =

Left cheek center.

35
RIGHT_CHEEK_CENTER =

Right cheek center.

36