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 booleancanEqual(Object other)booleanequals(Object o)InferenceActiveOptionsgetActiveOptions()Active options for the inference.InferenceFilegetFile()File info.StringgetId()Inference ID.InferenceModelgetModel()Model info.InferenceResultgetResult()Model result values.inthashCode()StringtoString()
-
-
-
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)
-
-