public class AiRecognitionTaskInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskInput() | 
| AiRecognitionTaskInput(AiRecognitionTaskInput 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 Intelligent video recognition template ID. | 
| String | getUserExtPara()Get User extension field, which does not need to be filled in for general scenarios. | 
| void | setDefinition(Long Definition)Set Intelligent video recognition template ID. | 
| void | setUserExtPara(String UserExtPara)Set User extension field, which does not need to be filled in for general scenarios. | 
| 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 AiRecognitionTaskInput()
public AiRecognitionTaskInput(AiRecognitionTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Intelligent video recognition template ID.public String getUserExtPara()
public void setUserExtPara(String UserExtPara)
UserExtPara - User extension field, which does not need to be filled in for general scenarios.Copyright © 2025. All rights reserved.