type property

  1. @JsonKey(unknownEnumValue: LandmarkType.UNKNOWN_LANDMARK)
LandmarkType type
final

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.

Implementation

@JsonKey(unknownEnumValue: LandmarkType.UNKNOWN_LANDMARK)
final LandmarkType type;