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 FieldConfidence
FieldConfidence. fromJson(String value)
FieldConfidence
BaseField. getConfidence()
Confidence associated with the field.static FieldConfidence
FieldConfidence. 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 void
BaseField. 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)
-