Package com.mindee.parsing.custom
Class ClassificationField
- java.lang.Object
-
- com.mindee.parsing.custom.ClassificationField
-
public class ClassificationField extends Object
A field holding a classification value.
-
-
Constructor Summary
Constructors Constructor Description ClassificationField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
double
getConfidence()
The confidence about the zone of the value extracted.String
getValue()
The content of the value.int
hashCode()
String
toString()
-