Uses of Class
com.tencentcloudapi.ivld.v20210903.models.TextAppearInfo
-
Packages that use TextAppearInfo Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of TextAppearInfo in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return TextAppearInfo Modifier and Type Method Description TextAppearInfo[]AppearInfo. getAudioAppearSet()Get 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。TextAppearInfo[]AppearInfo. getTextAppearSet()Get 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type TextAppearInfo Modifier and Type Method Description voidAppearInfo. setAudioAppearSet(TextAppearInfo[] AudioAppearSet)Set 关键词在音频文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。voidAppearInfo. setTextAppearSet(TextAppearInfo[] TextAppearSet)Set 关键词在可视文本结果中的出现位置数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type TextAppearInfo Constructor Description TextAppearInfo(TextAppearInfo 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.
-