Package com.mindee.v2.product.extraction
Class ExtractionResponse
- java.lang.Object
-
- com.mindee.v2.parsing.CommonResponse
-
- com.mindee.v2.product.extraction.ExtractionResponse
-
@ProductInfo(slug="extraction") public class ExtractionResponse extends CommonResponse
Response for an extraction inference.
-
-
Constructor Summary
Constructors Constructor Description ExtractionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractionInferencegetInference()Inference result.-
Methods inherited from class com.mindee.v2.parsing.CommonResponse
canEqual, equals, getRawResponse, hashCode, setRawResponse, toString
-
-
-
-
Method Detail
-
getInference
public ExtractionInference getInference()
Inference result.
-
-