Uses of Class
com.tencentcloudapi.ie.v20200304.models.TextMarkInfoItem
-
Packages that use TextMarkInfoItem Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of TextMarkInfoItem in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return TextMarkInfoItem Modifier and Type Method Description TextMarkInfoItem[]VideoInfo. getTextMarkInfo()Get 文本水印参数信息。Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type TextMarkInfoItem Modifier and Type Method Description voidVideoInfo. setTextMarkInfo(TextMarkInfoItem[] TextMarkInfo)Set 文本水印参数信息。Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type TextMarkInfoItem Constructor Description TextMarkInfoItem(TextMarkInfoItem 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.
-