FaceDetectionResult constructor
FaceDetectionResult({})
Implementation
FaceDetectionResult({
required this.face,
required this.confidence,
this.estimatedAge,
this.estimatedGender,
this.dominantExpression,
this.expressionConfidence,
this.expressions = const {},
this.faceEmbedding,
});