Class ParserRunOcrWordsItemBoundingBox


  • public final class ParserRunOcrWordsItemBoundingBox
    extends java.lang.Object
    • Method Detail

      • getLeft

        public double getLeft()
        Returns:
        The left coordinate of the bounding box.
      • getRight

        public double getRight()
        Returns:
        The right coordinate of the bounding box.
      • getTop

        public double getTop()
        Returns:
        The top coordinate of the bounding box.
      • getBottom

        public double getBottom()
        Returns:
        The bottom coordinate of the bounding box.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object