public class MediaAiAnalysisHighlightItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MediaAiAnalysisHighlightItem() |
MediaAiAnalysisHighlightItem(MediaAiAnalysisHighlightItem 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 |
|---|---|
Float |
getConfidence()
Get The confidence score.
|
String |
getCovImgPath()
Get The URL of the thumbnail.
|
String |
getCovImgUrl()
Get Intelligent highlight cover address.
|
Float |
getDuration()
Get The duration of the highlights.
|
String |
getHighlightPath()
Get The URL of the highlight segments.
|
String |
getHighlightUrl()
Get Intelligent highlight address.
|
HighlightSegmentItem[] |
getSegmentSet()
Get A list of the highlight segments.
|
void |
setConfidence(Float Confidence)
Set The confidence score.
|
void |
setCovImgPath(String CovImgPath)
Set The URL of the thumbnail.
|
void |
setCovImgUrl(String CovImgUrl)
Set Intelligent highlight cover address.
|
void |
setDuration(Float Duration)
Set The duration of the highlights.
|
void |
setHighlightPath(String HighlightPath)
Set The URL of the highlight segments.
|
void |
setHighlightUrl(String HighlightUrl)
Set Intelligent highlight address.
|
void |
setSegmentSet(HighlightSegmentItem[] SegmentSet)
Set A list of the highlight segments.
|
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, toJsonStringpublic MediaAiAnalysisHighlightItem()
public MediaAiAnalysisHighlightItem(MediaAiAnalysisHighlightItem source)
public String getHighlightPath()
public void setHighlightPath(String HighlightPath)
HighlightPath - The URL of the highlight segments.public String getCovImgPath()
public void setCovImgPath(String CovImgPath)
CovImgPath - The URL of the thumbnail.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - The confidence score. Value range: 0-100.public Float getDuration()
public void setDuration(Float Duration)
Duration - The duration of the highlights.public HighlightSegmentItem[] getSegmentSet()
public void setSegmentSet(HighlightSegmentItem[] SegmentSet)
SegmentSet - A list of the highlight segments.public String getHighlightUrl()
public void setHighlightUrl(String HighlightUrl)
HighlightUrl - Intelligent highlight address.
Note: This field may return null, indicating that no valid values can be obtained.public String getCovImgUrl()
public void setCovImgUrl(String CovImgUrl)
CovImgUrl - Intelligent highlight cover address.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.