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