FaceLandmark class

Represent a face landmark.

A landmark is a point on a detected face, such as an eye, nose, or mouth.

Properties

hashCode int
The hash code for this object.
no setterinherited
position Offset
Gets a 2D point for landmark position.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FaceLandmarkType
The FaceLandmarkType of this landmark.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited