public class AiQualityControlTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiQualityControlTaskInput() |
AiQualityControlTaskInput(AiQualityControlTaskInput 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 |
getChannelExtPara()
Get The channel extension parameter, which is a serialized JSON string.
|
Long |
getDefinition()
Get Media quality inspection template ID.
|
void |
setChannelExtPara(String ChannelExtPara)
Set The channel extension parameter, which is a serialized JSON string.
|
void |
setDefinition(Long Definition)
Set Media quality inspection template ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiQualityControlTaskInput()
public AiQualityControlTaskInput(AiQualityControlTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Media quality inspection template ID.
You can directly use a preset template or customize a template in the console. The preset templates are as follows:
- 10: Enable all quality inspection items.
- 20: Only enable quality inspection items corresponding to format diagnosis.
- 30: Only enable quality inspection items corresponding to no-reference scoring.
- 40: Only enable quality inspection items corresponding to screen quality.
Note: This field may return null, indicating that no valid values can be obtained.public String getChannelExtPara()
public void setChannelExtPara(String ChannelExtPara)
ChannelExtPara
- The channel extension parameter, which is a serialized JSON string.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.