@@ -450,109 +450,40 @@ class LandmarkTypes(Enum):
450450 See:
451451 https://cloud.google.com/vision/reference/rest/v1/images/annotate#Type_1
452452 """
453- # Unknown face landmark detected. Should not be filled.
454453 UNKNOWN_LANDMARK = 0
455-
456- # Left eye.
457454 LEFT_EYE = 1
458-
459- # Right eye.
460455 RIGHT_EYE = 2
461-
462- # Left of left eyebrow.
463456 LEFT_OF_LEFT_EYEBROW = 3
464-
465- # Right of left eyebrow.
466457 RIGHT_OF_LEFT_EYEBROW = 4
467-
468- # Left of right eyebrow.
469458 LEFT_OF_RIGHT_EYEBROW = 5
470-
471- # Right of right eyebrow.
472459 RIGHT_OF_RIGHT_EYEBROW = 6
473-
474- # Midpoint between eyes.
475460 MIDPOINT_BETWEEN_EYES = 7
476-
477- # Nose tip.
478461 NOSE_TIP = 8
479-
480- # Upper lip.
481462 UPPER_LIP = 9
482-
483- # Lower lip.
484463 LOWER_LIP = 10
485-
486- # Mouth left.
487464 MOUTH_LEFT = 11
488-
489- # Mouth right.
490465 MOUTH_RIGHT = 12
491-
492- # Mouth center.
493466 MOUTH_CENTER = 13
494-
495- # Nose, bottom right.
496467 NOSE_BOTTOM_RIGHT = 14
497-
498- # Nose, bottom left.
499468 NOSE_BOTTOM_LEFT = 15
500-
501- # Nose, bottom center.
502469 NOSE_BOTTOM_CENTER = 16
503-
504- # Left eye, top boundary.
505470 LEFT_EYE_TOP_BOUNDARY = 17
506-
507- # Left eye, right corner.
508471 LEFT_EYE_RIGHT_CORNER = 18
509-
510- # Left eye, bottom boundary.
511472 LEFT_EYE_BOTTOM_BOUNDARY = 19
512-
513- # Left eye, left corner.
514473 LEFT_EYE_LEFT_CORNER = 20
515-
516- # Right eye, top boundary.
517474 RIGHT_EYE_TOP_BOUNDARY = 21
518-
519- # Right eye, right corner.
520475 RIGHT_EYE_RIGHT_CORNER = 22
521-
522- # Right eye, bottom boundary.
523476 RIGHT_EYE_BOTTOM_BOUNDARY = 23
524-
525- # Right eye, left corner.
526477 RIGHT_EYE_LEFT_CORNER = 24
527-
528- # Left eyebrow, upper midpoint.
529478 LEFT_EYEBROW_UPPER_MIDPOINT = 25
530-
531- # Right eyebrow, upper midpoint.
532479 RIGHT_EYEBROW_UPPER_MIDPOINT = 26
533-
534- # Left ear tragion.
535480 LEFT_EAR_TRAGION = 27
536-
537- # Right ear tragion.
538481 RIGHT_EAR_TRAGION = 28
539-
540- # Left eye pupil.
541482 LEFT_EYE_PUPIL = 29
542-
543- # Right eye pupil.
544483 RIGHT_EYE_PUPIL = 30
545-
546- # Forehead glabella.
547484 FOREHEAD_GLABELLA = 31
548-
549- # Chin gnathion.
550485 CHIN_GNATHION = 32
551-
552- # Chin left gonion.
553486 CHIN_LEFT_GONION = 33
554-
555- # Chin right gonion.
556487 CHIN_RIGHT_GONION = 34
557488
558489
0 commit comments