Uses of Class
com.mindee.parsing.v2.field.FieldLocation
-
Packages that use FieldLocation Package Description com.mindee.parsing.v2.field -
-
Uses of FieldLocation in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return types with arguments of type FieldLocation Modifier and Type Method Description List<FieldLocation>
BaseField. getLocations()
Field's location.Method parameters in com.mindee.parsing.v2.field with type arguments of type FieldLocation Modifier and Type Method Description void
BaseField. setLocations(List<FieldLocation> locations)
Field's location.Constructor parameters in com.mindee.parsing.v2.field with type arguments of type FieldLocation Constructor Description BaseField(FieldConfidence confidence, List<FieldLocation> locations)
SimpleField(Object value, FieldConfidence confidence, List<FieldLocation> locations)
-