public class ImageSegments extends AbstractModel
Constructor and Description |
---|
ImageSegments() |
ImageSegments(ImageSegments 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 |
getOffsetTime()
Get 截帧时间。
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717
|
ImageResult |
getResult()
Get 画面截帧结果详情
|
void |
setOffsetTime(String OffsetTime)
Set 截帧时间。
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717
|
void |
setResult(ImageResult Result)
Set 画面截帧结果详情
|
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 ImageSegments()
public ImageSegments(ImageSegments source)
public ImageResult getResult()
public void setResult(ImageResult Result)
Result
- 画面截帧结果详情public String getOffsetTime()
public void setOffsetTime(String OffsetTime)
OffsetTime
- 截帧时间。
点播文件:该值为相对于视频偏移时间,单位为秒,例如:0,5,10
直播流:该值为时间戳,例如:1594650717Copyright © 2021. All rights reserved.