Class Landmark (3.1.3)

See more code actions.
Landmark(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A face-specific landmark (for example, a face feature).

NameDescription
type_ google.cloud.vision_v1.types.FaceAnnotation.Landmark.Type
Face landmark type.
position google.cloud.vision_v1.types.Position
Face landmark position.

Inheritance

builtins.object > proto.message.Message > Landmark

Classes

Type

Type(value)

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.