ComparedFace class
Provides face metadata for target image faces that are analyzed by
CompareFaces
and RecognizeCelebrities
.
Constructors
-
ComparedFace.new({BoundingBox? boundingBox, double? confidence, List<
Landmark> ? landmarks, Pose? pose, ImageQuality? quality}) -
ComparedFace.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundingBox → BoundingBox?
-
Bounding box of the face.
final
- confidence → double?
-
Level of confidence that what the bounding box contains is a face.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
landmarks
→ List<
Landmark> ? -
An array of facial landmarks.
final
- pose → Pose?
-
Indicates the pose of the face as determined by its pitch, roll, and yaw.
final
- quality → ImageQuality?
-
Identifies face image brightness and sharpness.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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