CustomFace constructor
CustomFace({})
Implementation
CustomFace({
this.trackingId,
this.smilingProbability,
this.headEulerAngleX,
this.headEulerAngleY,
this.leftEyeOpenProbability,
this.rightEyeOpenProbability,
required this.boundingBox,
this.landmarks,
});