public class VisionObjectDetectConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VisionObjectDetectConfig() | 
| VisionObjectDetectConfig(VisionObjectDetectConfig 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[] | getDetectTypes()Get 检测类别,可选值:
- `adult`:成年人
- `child`:儿童 | 
| void | setDetectTypes(String[] DetectTypes)Set 检测类别,可选值:
- `adult`:成年人
- `child`:儿童 | 
| 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 VisionObjectDetectConfig()
public VisionObjectDetectConfig(VisionObjectDetectConfig source)
public String[] getDetectTypes()
public void setDetectTypes(String[] DetectTypes)
DetectTypes - 检测类别,可选值:
- `adult`:成年人
- `child`:儿童Copyright © 2025. All rights reserved.