Package com.mindee.parsing.v2
Class InferenceModel
- java.lang.Object
-
- com.mindee.parsing.v2.InferenceModel
-
public class InferenceModel extends Object
Model information for a V2 API inference.
-
-
Constructor Summary
Constructors Constructor Description InferenceModel()
InferenceModel(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getId()
The ID of the model.int
hashCode()
-
-
-
Constructor Detail
-
InferenceModel
public InferenceModel(String id)
-
InferenceModel
public InferenceModel()
-
-