MLHandKeyPointAnalyzerSetting constructor

MLHandKeyPointAnalyzerSetting({
  1. required String path,
  2. int? maxHandResults,
  3. int? sceneType,
})

Implementation

MLHandKeyPointAnalyzerSetting({
  required this.path,
  this.maxHandResults,
  this.sceneType,
});