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