FaceAnnotation constructor
FaceAnnotation({
- String? angerLikelihood,
- String? blurredLikelihood,
- BoundingPoly? boundingPoly,
- double? detectionConfidence,
- BoundingPoly? fdBoundingPoly,
- String? headwearLikelihood,
- String? joyLikelihood,
- double? landmarkingConfidence,
- List<
Landmark> ? landmarks, - double? panAngle,
- double? rollAngle,
- String? sorrowLikelihood,
- String? surpriseLikelihood,
- double? tiltAngle,
- String? underExposedLikelihood,
Implementation
FaceAnnotation({
this.angerLikelihood,
this.blurredLikelihood,
this.boundingPoly,
this.detectionConfidence,
this.fdBoundingPoly,
this.headwearLikelihood,
this.joyLikelihood,
this.landmarkingConfidence,
this.landmarks,
this.panAngle,
this.rollAngle,
this.sorrowLikelihood,
this.surpriseLikelihood,
this.tiltAngle,
this.underExposedLikelihood,
});