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 Start time of the live streaming segment in ISO date and time format.
|
Float |
getConfidence()
Get The confidence score.
|
String |
getEndTime()
Get End time of the live streaming segment in ISO date and time 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.
|
String |
getSummary()
Get Highlight overview.
|
String |
getTitle()
Get Highlight title.
|
void |
setBeginTime(String BeginTime)
Set Start time of the live streaming segment in ISO date and time format.
|
void |
setConfidence(Float Confidence)
Set The confidence score.
|
void |
setEndTime(String EndTime)
Set End time of the live streaming segment in ISO date and time 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 |
setSummary(String Summary)
Set Highlight overview.
|
void |
setTitle(String Title)
Set Highlight title.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, 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
- Start time of the live streaming segment in ISO date and time format.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the live streaming segment in ISO date and time format.public String getTitle()
public void setTitle(String Title)
Title
- Highlight title.public String getSummary()
public void setSummary(String Summary)
Summary
- Highlight overview.Copyright © 2025. All rights reserved.