Class StandardVideoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.StandardVideoResult
-
public class StandardVideoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HighlightsInfomation[]getHighlightsInfo()Get 分析完成后的统计结果StringgetMessage()Get 状态描述StringgetStatus()Get 任务状态voidsetHighlightsInfo(HighlightsInfomation[] HighlightsInfo)Set 分析完成后的统计结果voidsetMessage(String Message)Set 状态描述voidsetStatus(String Status)Set 任务状态voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StandardVideoResult
public StandardVideoResult()
-
StandardVideoResult
public 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.
-
-
Method Detail
-
getHighlightsInfo
public HighlightsInfomation[] getHighlightsInfo()
Get 分析完成后的统计结果- Returns:
- HighlightsInfo 分析完成后的统计结果
-
setHighlightsInfo
public void setHighlightsInfo(HighlightsInfomation[] HighlightsInfo)
Set 分析完成后的统计结果- Parameters:
HighlightsInfo- 分析完成后的统计结果
-
getMessage
public String getMessage()
Get 状态描述- Returns:
- Message 状态描述
-
setMessage
public void setMessage(String Message)
Set 状态描述- Parameters:
Message- 状态描述
-
getStatus
public String getStatus()
Get 任务状态- Returns:
- Status 任务状态
-
setStatus
public void setStatus(String Status)
Set 任务状态- Parameters:
Status- 任务状态
-
-