MLFaceAnalyzerSetting constructor

MLFaceAnalyzerSetting({
  1. required String path,
  2. int? featureType,
  3. int? keyPointType,
  4. bool? maxSizeFaceOnly,
  5. double? minFaceProportion,
  6. int? performanceType,
  7. bool? poseDisabled,
  8. int? shapeType,
  9. bool? tracingAllowed,
  10. int? tracingMode,
})

Implementation

MLFaceAnalyzerSetting({
  required this.path,
  this.featureType,
  this.keyPointType,
  this.maxSizeFaceOnly,
  this.minFaceProportion,
  this.performanceType,
  this.poseDisabled,
  this.shapeType,
  this.tracingAllowed,
  this.tracingMode,
});