ComparedFace constructor
ComparedFace({
- BoundingBox? boundingBox,
- double? confidence,
- List<
Landmark> ? landmarks, - Pose? pose,
- ImageQuality? quality,
Implementation
ComparedFace({
this.boundingBox,
this.confidence,
this.landmarks,
this.pose,
this.quality,
});