Class HighlightsTaskResultItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.HighlightsTaskResultItem
-
public class HighlightsTaskResultItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HighlightsTaskResultItem()HighlightsTaskResultItem(HighlightsTaskResultItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get 置信度,取值范围是 0 到 100。StringgetCovImgUrl()Get 智能集锦封面地址。FloatgetDuration()Get 智能集锦持续时间,单位:秒。StringgetHighlightUrl()Get 智能集锦地址。HighlightsTaskResultItemSegment[]getSegmentSet()Get 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。voidsetConfidence(Float Confidence)Set 置信度,取值范围是 0 到 100。voidsetCovImgUrl(String CovImgUrl)Set 智能集锦封面地址。voidsetDuration(Float Duration)Set 智能集锦持续时间,单位:秒。voidsetHighlightUrl(String HighlightUrl)Set 智能集锦地址。voidsetSegmentSet(HighlightsTaskResultItemSegment[] SegmentSet)Set 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HighlightsTaskResultItem
public HighlightsTaskResultItem()
-
HighlightsTaskResultItem
public HighlightsTaskResultItem(HighlightsTaskResultItem 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.
-
-
Method Detail
-
getHighlightUrl
public String getHighlightUrl()
Get 智能集锦地址。- Returns:
- HighlightUrl 智能集锦地址。
-
setHighlightUrl
public void setHighlightUrl(String HighlightUrl)
Set 智能集锦地址。- Parameters:
HighlightUrl- 智能集锦地址。
-
getCovImgUrl
public String getCovImgUrl()
Get 智能集锦封面地址。- Returns:
- CovImgUrl 智能集锦封面地址。
-
setCovImgUrl
public void setCovImgUrl(String CovImgUrl)
Set 智能集锦封面地址。- Parameters:
CovImgUrl- 智能集锦封面地址。
-
getConfidence
public Float getConfidence()
Get 置信度,取值范围是 0 到 100。- Returns:
- Confidence 置信度,取值范围是 0 到 100。
-
setConfidence
public void setConfidence(Float Confidence)
Set 置信度,取值范围是 0 到 100。- Parameters:
Confidence- 置信度,取值范围是 0 到 100。
-
getDuration
public Float getDuration()
Get 智能集锦持续时间,单位:秒。- Returns:
- Duration 智能集锦持续时间,单位:秒。
-
setDuration
public void setDuration(Float Duration)
Set 智能集锦持续时间,单位:秒。- Parameters:
Duration- 智能集锦持续时间,单位:秒。
-
getSegmentSet
public HighlightsTaskResultItemSegment[] getSegmentSet()
Get 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。- Returns:
- SegmentSet 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。
-
setSegmentSet
public void setSegmentSet(HighlightsTaskResultItemSegment[] SegmentSet)
Set 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。- Parameters:
SegmentSet- 智能集锦子片段结果集,集锦片段由这些子片段拼接生成。
-
-