Package com.mindee.parsing.v2
Class Inference
- java.lang.Object
-
- com.mindee.v2.parsing.BaseInference<InferenceResult>
-
- com.mindee.parsing.v2.Inference
-
public class Inference extends BaseInference<InferenceResult>
Inference object for the V2 API.
-
-
Constructor Summary
Constructors Constructor Description Inference()Inference(InferenceActiveOptions activeOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InferenceActiveOptionsgetActiveOptions()Active options for the inference.StringtoString()-
Methods inherited from class com.mindee.v2.parsing.BaseInference
canEqual, equals, getFile, getId, getJob, getModel, getResult, hashCode, toStringBase
-
-
-
-
Constructor Detail
-
Inference
public Inference(InferenceActiveOptions activeOptions)
-
Inference
public Inference()
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classBaseInference<InferenceResult>
-
getActiveOptions
public InferenceActiveOptions getActiveOptions()
Active options for the inference.
-
-