Uses of Class
com.mindee.parsing.v2.field.FieldConfidence
-
Packages that use FieldConfidence Package Description com.mindee.parsing.v2.field -
-
Uses of FieldConfidence in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return FieldConfidence Modifier and Type Method Description static FieldConfidenceFieldConfidence. fromJson(String value)FieldConfidenceBaseField. getConfidence()Confidence associated with the field.static FieldConfidenceFieldConfidence. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldConfidence[]FieldConfidence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mindee.parsing.v2.field with parameters of type FieldConfidence Modifier and Type Method Description booleanFieldConfidence. greaterThan(FieldConfidence other)Compares the current FieldConfidence level with another FieldConfidence level to determine if the current level is greater.booleanFieldConfidence. greaterThanOrEqual(FieldConfidence other)Compares the current FieldConfidence level with another FieldConfidence level to determine if the current level is greater than or equal to the specified level.booleanFieldConfidence. lessThan(FieldConfidence other)Compares the current FieldConfidence level with another FieldConfidence level to determine if the current level is less than the specified level.booleanFieldConfidence. lessThanOrEqual(FieldConfidence other)Compares the current FieldConfidence level with another FieldConfidence level to determine if the current level is less than or equal to the specified level.voidBaseField. setConfidence(FieldConfidence confidence)Confidence associated with the field.Constructors in com.mindee.parsing.v2.field with parameters of type FieldConfidence Constructor Description BaseField(FieldConfidence confidence, List<FieldLocation> locations)SimpleField(Object value, FieldConfidence confidence, List<FieldLocation> locations)
-