Package com.mindee.parsing.v2
Class Inference
- java.lang.Object
-
- com.mindee.parsing.v2.Inference
-
public class Inference extends Object
Inference object for the V2 API.
-
-
Constructor Summary
Constructors Constructor Description Inference()
Inference(String id, InferenceResultModel model, InferenceResultFile file, InferenceResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
InferenceResultFile
getFile()
File info.String
getId()
Inference ID.InferenceResultModel
getModel()
Model info.InferenceResult
getResult()
Model result values.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Inference
public Inference(String id, InferenceResultModel model, InferenceResultFile file, InferenceResult result)
-
Inference
public Inference()
-
-
Method Detail
-
getId
public String getId()
Inference ID.
-
getModel
public InferenceResultModel getModel()
Model info.
-
getFile
public InferenceResultFile getFile()
File info.
-
getResult
public InferenceResult getResult()
Model result values.
-
canEqual
protected boolean canEqual(Object other)
-
-