FaceDetectionResult class
Result of a single face detection
Constructors
-
FaceDetectionResult({required Face face, required double confidence, int? estimatedAge, String? estimatedGender, String? dominantExpression, double? expressionConfidence, Map<
String, double> expressions = const {}, Float64List? faceEmbedding})
Properties
- confidence → double
-
final
- dominantExpression → String?
-
final
- estimatedAge → int?
-
final
- estimatedGender → String?
-
final
- expressionConfidence → double?
-
final
-
expressions
→ Map<
String, double> -
final
- face → Face
-
final
- faceEmbedding → Float64List?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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