public class StatInfo extends AbstractModel
Constructor and Description |
---|
StatInfo() |
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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StatInfo()
public StatInfo(StatInfo source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 词汇库中的单词public Long getValue()
public void setValue(Long Value)
Value
- 单词出现在该音频中总次数Copyright © 2023. All rights reserved.