Class StatInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.StatInfo
-
public class StatInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
Get 词汇库中的单词Long
getValue()
Get 单词出现在该音频中总次数void
setKeyword(String Keyword)
Set 词汇库中的单词void
setValue(Long Value)
Set 单词出现在该音频中总次数void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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
- 单词出现在该音频中总次数
-
-