Package com.mindee.parsing.v2
Class InferenceResponse
- java.lang.Object
-
- com.mindee.parsing.v2.CommonResponse
-
- com.mindee.parsing.v2.InferenceResponse
-
public class InferenceResponse extends CommonResponse
Represents an asynchronous inference response (V2).
-
-
Constructor Summary
Constructors Constructor Description InferenceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Inference
getInference()
Inference result.-
Methods inherited from class com.mindee.parsing.v2.CommonResponse
canEqual, equals, getRawResponse, hashCode, setRawResponse, toString
-
-
-
-
Method Detail
-
getInference
public Inference getInference()
Inference result.
-
-