public class StandardVideoResult extends AbstractModel
Constructor and Description |
---|
StandardVideoResult() |
StandardVideoResult(StandardVideoResult 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 |
---|---|
HighlightsInfomation[] |
getHighlightsInfo()
Get 分析完成后的统计结果
|
String |
getMessage()
Get 状态描述
|
String |
getStatus()
Get 任务状态
|
void |
setHighlightsInfo(HighlightsInfomation[] HighlightsInfo)
Set 分析完成后的统计结果
|
void |
setMessage(String Message)
Set 状态描述
|
void |
setStatus(String Status)
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 StandardVideoResult()
public StandardVideoResult(StandardVideoResult source)
public HighlightsInfomation[] getHighlightsInfo()
public void setHighlightsInfo(HighlightsInfomation[] HighlightsInfo)
HighlightsInfo
- 分析完成后的统计结果public String getMessage()
public void setMessage(String Message)
Message
- 状态描述public String getStatus()
public void setStatus(String Status)
Status
- 任务状态Copyright © 2022. All rights reserved.