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