Class MultiReceiptsDetectorV1Document


  • public class MultiReceiptsDetectorV1Document
    extends Prediction
    Multi Receipts Detector API version 1.1 document data.
    • Field Detail

      • receipts

        protected List<PositionField> receipts
        Positions of the receipts on the document.
    • Constructor Detail

      • MultiReceiptsDetectorV1Document

        public MultiReceiptsDetectorV1Document()
    • 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
      • getReceipts

        public List<PositionField> getReceipts()
        Positions of the receipts on the document.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object