public class AiRecognitionTaskSegmentSegmentItem extends AbstractModel
Constructor and Description |
---|
AiRecognitionTaskSegmentSegmentItem() |
AiRecognitionTaskSegmentSegmentItem(AiRecognitionTaskSegmentSegmentItem 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 Confidence of split segment.
|
String |
getCovImgUrl()
Get Split cover image URL.
|
Float |
getEndTimeOffset()
Get End time offset of split segment in seconds.
|
String |
getFileId()
Get File ID, which is valid only when a VOD file is processed and the subsegments generated through segmentation are also VOD files.
|
String |
getSegmentUrl()
Get Split video segment URL.
|
String |
getSpecialInfo()
Get Special field, which should be ignored.
|
Float |
getStartTimeOffset()
Get Start time offset of split segment in seconds.
|
void |
setConfidence(Float Confidence)
Set Confidence of split segment.
|
void |
setCovImgUrl(String CovImgUrl)
Set Split cover image URL.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of split segment in seconds.
|
void |
setFileId(String FileId)
Set File ID, which is valid only when a VOD file is processed and the subsegments generated through segmentation are also VOD files.
|
void |
setSegmentUrl(String SegmentUrl)
Set Split video segment URL.
|
void |
setSpecialInfo(String SpecialInfo)
Set Special field, which should be ignored.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of split segment in seconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AiRecognitionTaskSegmentSegmentItem()
public AiRecognitionTaskSegmentSegmentItem(AiRecognitionTaskSegmentSegmentItem source)
public String getFileId()
public void setFileId(String FileId)
FileId
- File ID, which is valid only when a VOD file is processed and the subsegments generated through segmentation are also VOD files.public String getSegmentUrl()
public void setSegmentUrl(String SegmentUrl)
SegmentUrl
- Split video segment URL.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence of split segment. Value range: 0-100.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Start time offset of split segment in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- End time offset of split segment in seconds.public String getCovImgUrl()
public void setCovImgUrl(String CovImgUrl)
CovImgUrl
- Split cover image URL.public String getSpecialInfo()
public void setSpecialInfo(String SpecialInfo)
SpecialInfo
- Special field, which should be ignored.Copyright © 2023. All rights reserved.