ML3DFaceAnalyzerSetting constructor

ML3DFaceAnalyzerSetting({
  1. required String path,
  2. int? performanceType,
  3. bool? tracingAllowed,
})

Implementation

ML3DFaceAnalyzerSetting({
  required this.path,
  this.performanceType,
  this.tracingAllowed,
});