FaceLandmark class
A landmark on a human face detected in an image.
A landmark is a point on a detected face, such as an eye, nose, or mouth.
Constructors
- 
          FaceLandmark({required FaceLandmarkType type, required Point<int> position})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  position
  → Point<int> 
- 
  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