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 booleancanEqual(Object other)booleanequals(Object o)doublegetConfidence()The confidence about the zone of the value extracted.StringgetValue()The content of the value.inthashCode()StringtoString()
-