Package com.mindee.v2.product.crop
Class CropResult
- java.lang.Object
-
- com.mindee.v2.product.crop.CropResult
-
public final class CropResult extends Object
Result of a crop utility inference.
-
-
Constructor Summary
Constructors Constructor Description CropResult()CropResult(ArrayList<CropItem> crops)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ArrayList<CropItem>getCrops()List of objects and their cropping coordinates identified in the source document.inthashCode()StringtoString()
-