Uses of Class
com.tencentcloudapi.ie.v20200304.models.HighlightsTaskResultItemSegment
-
Packages that use HighlightsTaskResultItemSegment Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of HighlightsTaskResultItemSegment in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return HighlightsTaskResultItemSegment Modifier and Type Method Description HighlightsTaskResultItemSegment[]HighlightsTaskResultItem. getSegmentSet()Get 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type HighlightsTaskResultItemSegment Modifier and Type Method Description voidHighlightsTaskResultItem. setSegmentSet(HighlightsTaskResultItemSegment[] SegmentSet)Set 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type HighlightsTaskResultItemSegment Constructor Description HighlightsTaskResultItemSegment(HighlightsTaskResultItemSegment 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.
-