Package com.mindee.parsing.v2
Class InferenceResult
- java.lang.Object
-
- com.mindee.parsing.v2.InferenceResult
-
public final class InferenceResult extends Object
Generic result for any off-the-shelf Mindee V2 model.
-
-
Constructor Summary
Constructors Constructor Description InferenceResult()
InferenceResult(InferenceFields fields, InferenceResultOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
InferenceFields
getFields()
Model fields.InferenceResultOptions
getOptions()
Options.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
InferenceResult
public InferenceResult(InferenceFields fields, InferenceResultOptions options)
-
InferenceResult
public InferenceResult()
-
-
Method Detail
-
getFields
public InferenceFields getFields()
Model fields.
-
getOptions
public InferenceResultOptions getOptions()
Options.
-
-