Class LicensePlateV1Document


  • public class LicensePlateV1Document
    extends Prediction
    License Plate API version 1.1 document data.
    • Field Detail

      • licensePlates

        protected List<StringField> licensePlates
        List of all license plates found in the image.
    • Constructor Detail

      • LicensePlateV1Document

        public LicensePlateV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getLicensePlates

        public List<StringField> getLicensePlates()
        List of all license plates found in the image.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object