Class TextFormula

    • Constructor Detail

      • TextFormula

        public TextFormula()
      • TextFormula

        public TextFormula​(TextFormula 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 - 识别出的文本行内容