public class AiAnalysisTaskInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiAnalysisTaskInput() | 
| AiAnalysisTaskInput(AiAnalysisTaskInput 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 | 
|---|---|
| Long | getDefinition()Get 视频内容分析模板 ID。 | 
| String | getExtendedParameter()Get 扩展参数,其值为序列化的 json字符串。
注意:此参数为定制需求参数,参考如下:
[智能檫除](https://cloud.tencent.com/document/product/862/101530)
[智能拆条](https://cloud.tencent.com/document/product/862/112098)
[高光集锦](https://cloud.tencent.com/document/product/862/107280)
[智能横转竖](https://cloud.tencent.com/document/product/862/112112)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDefinition(Long Definition)Set 视频内容分析模板 ID。 | 
| void | setExtendedParameter(String ExtendedParameter)Set 扩展参数,其值为序列化的 json字符串。
注意:此参数为定制需求参数,参考如下:
[智能檫除](https://cloud.tencent.com/document/product/862/101530)
[智能拆条](https://cloud.tencent.com/document/product/862/112098)
[高光集锦](https://cloud.tencent.com/document/product/862/107280)
[智能横转竖](https://cloud.tencent.com/document/product/862/112112)
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 AiAnalysisTaskInput()
public AiAnalysisTaskInput(AiAnalysisTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - 视频内容分析模板 ID。public String getExtendedParameter()
public void setExtendedParameter(String ExtendedParameter)
ExtendedParameter - 扩展参数,其值为序列化的 json字符串。
注意:此参数为定制需求参数,参考如下:
[智能檫除](https://cloud.tencent.com/document/product/862/101530)
[智能拆条](https://cloud.tencent.com/document/product/862/112098)
[高光集锦](https://cloud.tencent.com/document/product/862/107280)
[智能横转竖](https://cloud.tencent.com/document/product/862/112112)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.