public class SegmentRecognitionItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
SegmentRecognitionItem() |
SegmentRecognitionItem(SegmentRecognitionItem 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 start time of a live streaming segment, in the ISO date format.
|
Float |
getConfidence()
Get
|
String |
getCovImgUrl()
Get Segment cover.
|
String |
getEndTime()
Get The end time of a live streaming segment, in the ISO date format.
|
Float |
getEndTimeOffset()
Get
|
String[] |
getKeywords()
Get Segmentation keywords.
|
String |
getSegmentUrl()
Get
|
Float |
getStartTimeOffset()
Get
|
String |
getSummary()
Get Segment summary.
|
String |
getTitle()
Get Segment title.
|
void |
setBeginTime(String BeginTime)
Set The start time of a live streaming segment, in the ISO date format.
|
void |
setConfidence(Float Confidence)
Set
|
void |
setCovImgUrl(String CovImgUrl)
Set Segment cover.
|
void |
setEndTime(String EndTime)
Set The end time of a live streaming segment, in the ISO date format.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set
|
void |
setKeywords(String[] Keywords)
Set Segmentation keywords.
|
void |
setSegmentUrl(String SegmentUrl)
Set
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set
|
void |
setSummary(String Summary)
Set Segment summary.
|
void |
setTitle(String Title)
Set Segment title.
|
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 SegmentRecognitionItem()
public SegmentRecognitionItem(SegmentRecognitionItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- public String getSegmentUrl()
public void setSegmentUrl(String SegmentUrl)
SegmentUrl
- public String getCovImgUrl()
public void setCovImgUrl(String CovImgUrl)
CovImgUrl
- Segment cover.
Note: This field may return null, indicating that no valid value can be obtained.public String getTitle()
public void setTitle(String Title)
Title
- Segment title.
Note: This field may return null, indicating that no valid values can be obtained.public String getSummary()
public void setSummary(String Summary)
Summary
- Segment summary.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- Segmentation keywords.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The start time of a live streaming segment, 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 end time of a live streaming segment, in the ISO date format.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.