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)
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.
-