CropHint constructor
CropHint({
- BoundingPoly? boundingPoly,
- double? confidence,
- double? importanceFraction,
Implementation
CropHint({
this.boundingPoly,
this.confidence,
this.importanceFraction,
});