Class WordItem

    • Constructor Detail

      • WordItem

        public WordItem()
      • WordItem

        public WordItem​(WordItem source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDetectedText

        public String getDetectedText()
        Get 文本块内容
        Returns:
        DetectedText 文本块内容
      • setDetectedText

        public void setDetectedText​(String DetectedText)
        Set 文本块内容
        Parameters:
        DetectedText - 文本块内容
      • getCoord

        public Polygon getCoord()
        Get 四点坐标
        Returns:
        Coord 四点坐标
      • setCoord

        public void setCoord​(Polygon Coord)
        Set 四点坐标
        Parameters:
        Coord - 四点坐标