Face class

Constructors

Face({required Rect boundingBox, double headAngleY = 0.0, double headAngleZ = 0.0, int? trackingId, Map<FaceLandmarkType, FaceLandmark> landmarks = const {}, Map<FaceContourType, FaceContour> countours = const {}, double? smilingProbability, double? leftEyeOpenProbability, double? rightEyeOpenProbability})
Face.from(Map json)
factory

Properties

boundingBox Rect
getter/setter pair
countours Map<FaceContourType, FaceContour>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headAngleY double
getter/setter pair
headAngleZ double
getter/setter pair
landmarks Map<FaceLandmarkType, FaceLandmark>
getter/setter pair
leftEyeOpenProbability double?
getter/setter pair
rightEyeOpenProbability double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smilingProbability double?
getter/setter pair
trackingId int?
getter/setter pair

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