Class LicensePlateV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.eu.licenseplate.LicensePlateV1Document
-
public class LicensePlateV1Document extends Prediction
License Plate API version 1.1 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<StringField>
licensePlates
List of all license plates found in the image.
-
Constructor Summary
Constructors Constructor Description LicensePlateV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<StringField>
getLicensePlates()
List of all license plates found in the image.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
licensePlates
protected List<StringField> licensePlates
List of all license plates found in the image.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
getLicensePlates
public List<StringField> getLicensePlates()
List of all license plates found in the image.
-
canEqual
protected boolean canEqual(Object other)
-
-