Uses of Class
com.tencentcloudapi.tci.v20190318.models.VocabStatInfomation
-
Packages that use VocabStatInfomation Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of VocabStatInfomation in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return VocabStatInfomation Modifier and Type Method Description VocabStatInfomation[]DescribeAudioTaskResponse. getVocabAnalysisStatInfo()Get 返回词汇库中的单词出现的次数信息。VocabStatInfomation[]DescribeConversationTaskResponse. getVocabAnalysisStatInfo()Get 返回词汇库中的单词出现的次数信息。VocabStatInfomation[]StandardAudioResult. getVocabAnalysisStatInfo()Get 返回词汇库中的单词出现的次数信息。VocabStatInfomation[]TransmitAudioStreamResponse. getVocabAnalysisStatInfo()Get 返回词汇库中的单词出现的次数信息。Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type VocabStatInfomation Modifier and Type Method Description voidDescribeAudioTaskResponse. setVocabAnalysisStatInfo(VocabStatInfomation[] VocabAnalysisStatInfo)Set 返回词汇库中的单词出现的次数信息。voidDescribeConversationTaskResponse. setVocabAnalysisStatInfo(VocabStatInfomation[] VocabAnalysisStatInfo)Set 返回词汇库中的单词出现的次数信息。voidStandardAudioResult. setVocabAnalysisStatInfo(VocabStatInfomation[] VocabAnalysisStatInfo)Set 返回词汇库中的单词出现的次数信息。voidTransmitAudioStreamResponse. setVocabAnalysisStatInfo(VocabStatInfomation[] VocabAnalysisStatInfo)Set 返回词汇库中的单词出现的次数信息。Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type VocabStatInfomation Constructor Description 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.
-