Class StatInfo

    • Constructor Detail

      • StatInfo

        public StatInfo()
      • StatInfo

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

      • getKeyword

        public String getKeyword()
        Get 词汇库中的单词
        Returns:
        Keyword 词汇库中的单词
      • setKeyword

        public void setKeyword​(String Keyword)
        Set 词汇库中的单词
        Parameters:
        Keyword - 词汇库中的单词
      • getValue

        public Long getValue()
        Get 单词出现在该音频中总次数
        Returns:
        Value 单词出现在该音频中总次数
      • setValue

        public void setValue​(Long Value)
        Set 单词出现在该音频中总次数
        Parameters:
        Value - 单词出现在该音频中总次数