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 该字段用于返回视频片段的具体截帧审核时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getOffsetTime()Get 该字段用于返回视频片段的截帧时间,单位为秒。对于点播文件,该参数代表对应截取图片相对于视频的偏移时间,如0(代表不偏移),5(视频开始后5秒),10(视频开始后10秒);对于直播文件,该参数则返回对应图片的Unix时间戳,如:1594650717。 | 
| String | getOffsetusTime()Get 该字段用于返回视频片段的截帧时间,单位为豪秒。
注意:此字段可能返回 null,表示取不到有效值。 | 
| ImageResult | getResult()Get 该字段用于返回视频片段的具体截帧审核结果,详细内容敬请参考ImageResult数据结构的描述。 | 
| void | setCreatedAt(String CreatedAt)Set 该字段用于返回视频片段的具体截帧审核时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOffsetTime(String OffsetTime)Set 该字段用于返回视频片段的截帧时间,单位为秒。对于点播文件,该参数代表对应截取图片相对于视频的偏移时间,如0(代表不偏移),5(视频开始后5秒),10(视频开始后10秒);对于直播文件,该参数则返回对应图片的Unix时间戳,如:1594650717。 | 
| void | setOffsetusTime(String OffsetusTime)Set 该字段用于返回视频片段的截帧时间,单位为豪秒。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setResult(ImageResult Result)Set 该字段用于返回视频片段的具体截帧审核结果,详细内容敬请参考ImageResult数据结构的描述。 | 
| 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(视频开始后5秒),10(视频开始后10秒);对于直播文件,该参数则返回对应图片的Unix时间戳,如:1594650717。public ImageResult getResult()
public void setResult(ImageResult Result)
Result - 该字段用于返回视频片段的具体截帧审核结果,详细内容敬请参考ImageResult数据结构的描述。public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - 该字段用于返回视频片段的具体截帧审核时间。
注意:此字段可能返回 null,表示取不到有效值。public String getOffsetusTime()
public void setOffsetusTime(String OffsetusTime)
OffsetusTime - 该字段用于返回视频片段的截帧时间,单位为豪秒。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.