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 Capture time.
|
ImageResult |
getResult()
Get Image capture result
|
void |
setOffsetTime(String OffsetTime)
Set Capture time.
|
void |
setResult(ImageResult Result)
Set Image capture result
|
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 String getOffsetTime()
public void setOffsetTime(String OffsetTime)
OffsetTime
- Capture time.
For VOD files, it indicates the video offset time given in seconds (e.g., 0, 5, 10).
For live files, it indicates a timestamp (e.g., 1594650717).public ImageResult getResult()
public void setResult(ImageResult Result)
Result
- Image capture resultCopyright © 2023. All rights reserved.