FaceAnnotation constructor

FaceAnnotation({
  1. String? angerLikelihood,
  2. String? blurredLikelihood,
  3. BoundingPoly? boundingPoly,
  4. double? detectionConfidence,
  5. BoundingPoly? fdBoundingPoly,
  6. String? headwearLikelihood,
  7. String? joyLikelihood,
  8. double? landmarkingConfidence,
  9. List<Landmark>? landmarks,
  10. double? panAngle,
  11. double? rollAngle,
  12. String? sorrowLikelihood,
  13. String? surpriseLikelihood,
  14. double? tiltAngle,
  15. 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,
});