public class ClassificationEditingInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClassificationEditingInfo() | 
| ClassificationEditingInfo(ClassificationEditingInfo 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 | getCustomInfo()Get 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。 | 
| Long | getSwitch()Get 是否开启视频分类识别。0为关闭,1为开启。其他非0非1值默认为0。 | 
| void | setCustomInfo(String CustomInfo)Set 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。 | 
| void | setSwitch(Long Switch)Set 是否开启视频分类识别。0为关闭,1为开启。其他非0非1值默认为0。 | 
| 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 ClassificationEditingInfo()
public ClassificationEditingInfo(ClassificationEditingInfo source)
public Long getSwitch()
public void setSwitch(Long Switch)
Switch - 是否开启视频分类识别。0为关闭,1为开启。其他非0非1值默认为0。public String getCustomInfo()
public void setCustomInfo(String CustomInfo)
CustomInfo - 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。Copyright © 2025. All rights reserved.