Package com.mindee.v2.product.crop
Class CropResponse
- java.lang.Object
-
- com.mindee.parsing.v2.CommonResponse
-
- com.mindee.v2.product.crop.CropResponse
-
@ProductInfo(slug="crop") public class CropResponse extends CommonResponse
Response for a crop utility inference.
-
-
Constructor Summary
Constructors Constructor Description CropResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CropInferencegetInference()The inference result for a crop utility request.-
Methods inherited from class com.mindee.parsing.v2.CommonResponse
canEqual, equals, getRawResponse, hashCode, setRawResponse, toString
-
-
-
-
Method Detail
-
getInference
public CropInference getInference()
The inference result for a crop utility request.
-
-