public class HighlightSegmentItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
HighlightSegmentItem() |
HighlightSegmentItem(HighlightSegmentItem 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get The live streaming segment corresponds to the live start time point, in the ISO date format.
|
Float |
getConfidence()
Get The confidence score.
|
String |
getEndTime()
Get The live streaming segment corresponds to the live streaming end time, in the ISO date format.
|
Float |
getEndTimeOffset()
Get The end time offset of the segment.
|
String[] |
getSegmentTags()
Get Segment tag.
|
Float |
getStartTimeOffset()
Get The start time offset of the segment.
|
void |
setBeginTime(String BeginTime)
Set The live streaming segment corresponds to the live start time point, in the ISO date format.
|
void |
setConfidence(Float Confidence)
Set The confidence score.
|
void |
setEndTime(String EndTime)
Set The live streaming segment corresponds to the live streaming end time, in the ISO date format.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set The end time offset of the segment.
|
void |
setSegmentTags(String[] SegmentTags)
Set Segment tag.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set The start time offset of the segment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HighlightSegmentItem()
public HighlightSegmentItem(HighlightSegmentItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- The confidence score.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- The start time offset of the segment.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- The end time offset of the segment.public String[] getSegmentTags()
public void setSegmentTags(String[] SegmentTags)
SegmentTags
- Segment tag.
Note: This field may return null, indicating that no valid values can be obtained.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The live streaming segment corresponds to the live start time point, in the ISO date format.
Note: This field may return null, indicating that no valid value can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The live streaming segment corresponds to the live streaming end time, in the ISO date format.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.