Class TextDetectionResult

    • Constructor Detail

      • TextDetectionResult

        public TextDetectionResult()
      • TextDetectionResult

        public TextDetectionResult​(TextDetectionResult 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

      • getValue

        public String getValue()
        Get 识别出的文本行内容
        Returns:
        Value 识别出的文本行内容
      • setValue

        public void setValue​(String Value)
        Set 识别出的文本行内容
        Parameters:
        Value - 识别出的文本行内容
      • getPolygon

        public Coord[] getPolygon()
        Get 坐标,以四个顶点坐标表示
        Returns:
        Polygon 坐标,以四个顶点坐标表示
      • setPolygon

        public void setPolygon​(Coord[] Polygon)
        Set 坐标,以四个顶点坐标表示
        Parameters:
        Polygon - 坐标,以四个顶点坐标表示