public class MediaSnapshotByTimePicInfoItem extends AbstractModel
Constructor and Description |
---|
MediaSnapshotByTimePicInfoItem() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get Path to the screenshot.
|
Float |
getTimeOffset()
Get Time offset corresponding to the screenshot in the video in milliseconds.
|
Long[] |
getWaterMarkDefinition()
Get List of watermarking template IDs if the screenshots are watermarked.
|
void |
setPath(String Path)
Set Path to the screenshot.
|
void |
setTimeOffset(Float TimeOffset)
Set Time offset corresponding to the screenshot in the video in milliseconds.
|
void |
setWaterMarkDefinition(Long[] WaterMarkDefinition)
Set List of watermarking template IDs if the screenshots are watermarked.
|
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 Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset
- Time offset corresponding to the screenshot in the video in milliseconds.public String getPath()
public void setPath(String Path)
Path
- Path to the screenshot.public Long[] getWaterMarkDefinition()
public void setWaterMarkDefinition(Long[] WaterMarkDefinition)
WaterMarkDefinition
- List of watermarking template IDs if the screenshots are watermarked.Copyright © 2020. All rights reserved.