Class HighlightsTaskResultItemSegment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.HighlightsTaskResultItemSegment
-
public class HighlightsTaskResultItemSegment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HighlightsTaskResultItemSegment()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get 置信度,取值范围是 0 到 100。FloatgetEndTimeOffset()Get 集锦片段终止的偏移时间,单位:秒。FloatgetStartTimeOffset()Get 集锦片段起始的偏移时间,单位:秒。voidsetConfidence(Float Confidence)Set 置信度,取值范围是 0 到 100。voidsetEndTimeOffset(Float EndTimeOffset)Set 集锦片段终止的偏移时间,单位:秒。voidsetStartTimeOffset(Float StartTimeOffset)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
-
HighlightsTaskResultItemSegment
public HighlightsTaskResultItemSegment()
-
HighlightsTaskResultItemSegment
public 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.
-
-
Method Detail
-
getConfidence
public Float getConfidence()
Get 置信度,取值范围是 0 到 100。- Returns:
- Confidence 置信度,取值范围是 0 到 100。
-
setConfidence
public void setConfidence(Float Confidence)
Set 置信度,取值范围是 0 到 100。- Parameters:
Confidence- 置信度,取值范围是 0 到 100。
-
getStartTimeOffset
public Float getStartTimeOffset()
Get 集锦片段起始的偏移时间,单位:秒。- Returns:
- StartTimeOffset 集锦片段起始的偏移时间,单位:秒。
-
setStartTimeOffset
public void setStartTimeOffset(Float StartTimeOffset)
Set 集锦片段起始的偏移时间,单位:秒。- Parameters:
StartTimeOffset- 集锦片段起始的偏移时间,单位:秒。
-
getEndTimeOffset
public Float getEndTimeOffset()
Get 集锦片段终止的偏移时间,单位:秒。- Returns:
- EndTimeOffset 集锦片段终止的偏移时间,单位:秒。
-
setEndTimeOffset
public void setEndTimeOffset(Float EndTimeOffset)
Set 集锦片段终止的偏移时间,单位:秒。- Parameters:
EndTimeOffset- 集锦片段终止的偏移时间,单位:秒。
-
-