Class VocabStatInfomation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.VocabStatInfomation
-
public class VocabStatInfomation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VocabStatInfomation()VocabStatInfomation(VocabStatInfomation 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatInfo[]getVocabDetailInfo()Get 单词出现在该音频中总次数StringgetVocabLibName()Get 词汇库名称voidsetVocabDetailInfo(StatInfo[] VocabDetailInfo)Set 单词出现在该音频中总次数voidsetVocabLibName(String VocabLibName)Set 词汇库名称voidtoMap(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
-
VocabStatInfomation
public VocabStatInfomation()
-
VocabStatInfomation
public VocabStatInfomation(VocabStatInfomation 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
-
getVocabDetailInfo
public StatInfo[] getVocabDetailInfo()
Get 单词出现在该音频中总次数- Returns:
- VocabDetailInfo 单词出现在该音频中总次数
-
setVocabDetailInfo
public void setVocabDetailInfo(StatInfo[] VocabDetailInfo)
Set 单词出现在该音频中总次数- Parameters:
VocabDetailInfo- 单词出现在该音频中总次数
-
getVocabLibName
public String getVocabLibName()
Get 词汇库名称- Returns:
- VocabLibName 词汇库名称
-
setVocabLibName
public void setVocabLibName(String VocabLibName)
Set 词汇库名称- Parameters:
VocabLibName- 词汇库名称
-
-