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, InferenceModel model, InferenceFile file, InferenceActiveOptions activeOptions, InferenceResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
InferenceActiveOptions
getActiveOptions()
Active options for the inference.InferenceFile
getFile()
File info.String
getId()
Inference ID.InferenceModel
getModel()
Model info.InferenceResult
getResult()
Model result values.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Inference
public Inference(String id, InferenceModel model, InferenceFile file, InferenceActiveOptions activeOptions, InferenceResult result)
-
Inference
public Inference()
-
-
Method Detail
-
getId
public String getId()
Inference ID.
-
getModel
public InferenceModel getModel()
Model info.
-
getFile
public InferenceFile getFile()
File info.
-
getActiveOptions
public InferenceActiveOptions getActiveOptions()
Active options for the inference.
-
getResult
public InferenceResult getResult()
Model result values.
-
canEqual
protected boolean canEqual(Object other)
-
-