Uses of Class
com.mindee.parsing.v2.field.FieldLocation
-
Packages that use FieldLocation Package Description com.mindee.parsing.v2.field com.mindee.v2.product.crop -
-
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 voidBaseField. 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) -
Uses of FieldLocation in com.mindee.v2.product.crop
Methods in com.mindee.v2.product.crop that return FieldLocation Modifier and Type Method Description FieldLocationCropItem. getLocation()Location which includes cropping coordinates for the detected object, within the source document.Constructors in com.mindee.v2.product.crop with parameters of type FieldLocation Constructor Description CropItem(String objectType, FieldLocation location)
-