Uses of Class
com.tencentcloudapi.tci.v20190318.models.HighlightsInfomation
-
Packages that use HighlightsInfomation Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of HighlightsInfomation in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return HighlightsInfomation Modifier and Type Method Description HighlightsInfomation[]DescribeHighlightResultResponse. getHighlightsInfo()Get 精彩集锦详细信息。HighlightsInfomation[]StandardVideoResult. getHighlightsInfo()Get 分析完成后的统计结果Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type HighlightsInfomation Modifier and Type Method Description voidDescribeHighlightResultResponse. setHighlightsInfo(HighlightsInfomation[] HighlightsInfo)Set 精彩集锦详细信息。voidStandardVideoResult. setHighlightsInfo(HighlightsInfomation[] HighlightsInfo)Set 分析完成后的统计结果Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type HighlightsInfomation Constructor Description HighlightsInfomation(HighlightsInfomation 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.
-