Uses of Class
com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Packages that use SentenceWord Package Description com.tencentcloudapi.asr.v20190614.models -
-
Uses of SentenceWord in com.tencentcloudapi.asr.v20190614.models
Methods in com.tencentcloudapi.asr.v20190614.models that return SentenceWord Modifier and Type Method Description SentenceWord[]SentenceRecognitionResponse. getWordList()Get 词时间戳列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.asr.v20190614.models with parameters of type SentenceWord Modifier and Type Method Description voidSentenceRecognitionResponse. setWordList(SentenceWord[] WordList)Set 词时间戳列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type SentenceWord Constructor Description SentenceWord(SentenceWord 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.
-