public class StatInfo extends AbstractModel
| Constructor and Description |
|---|
StatInfo() |
| 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, toJsonStringpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - 词汇库中的单词public Long getValue()
public void setValue(Long Value)
Value - 单词出现在该音频中总次数Copyright © 2020. All rights reserved.