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