Class SentenceCom

    • Constructor Detail

      • SentenceCom

        public SentenceCom()
      • SentenceCom

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

      • getSuggestions

        public SentenceSuggest[] getSuggestions()
        Get 句子错误纠正信息
        Returns:
        Suggestions 句子错误纠正信息
      • setSuggestions

        public void setSuggestions​(SentenceSuggest[] Suggestions)
        Set 句子错误纠正信息
        Parameters:
        Suggestions - 句子错误纠正信息
      • getSentence

        public SentenceItem getSentence()
        Get 句子信息
        Returns:
        Sentence 句子信息
      • setSentence

        public void setSentence​(SentenceItem Sentence)
        Set 句子信息
        Parameters:
        Sentence - 句子信息