public class ObjectConfigureInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ObjectConfigureInfo() | 
| ObjectConfigureInfo(ObjectConfigureInfo 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 | getObjectLibrary()Get 物体库选择,可选值:
Default:使用默认物体库;
UserDefine:使用用户自定义物体库。
All:同时使用默认物体库和用户自定义物体库。
默认值: All,同时使用默认物体库和用户自定义物体库。 | 
| String | getSwitch()Get 物体识别任务开关,可选值:
ON:开启智能物体识别任务;
OFF:关闭智能物体识别任务。 | 
| void | setObjectLibrary(String ObjectLibrary)Set 物体库选择,可选值:
Default:使用默认物体库;
UserDefine:使用用户自定义物体库。
All:同时使用默认物体库和用户自定义物体库。
默认值: All,同时使用默认物体库和用户自定义物体库。 | 
| void | setSwitch(String Switch)Set 物体识别任务开关,可选值:
ON:开启智能物体识别任务;
OFF:关闭智能物体识别任务。 | 
| 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 ObjectConfigureInfo()
public ObjectConfigureInfo(ObjectConfigureInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 物体识别任务开关,可选值:
public String getObjectLibrary()
public void setObjectLibrary(String ObjectLibrary)
ObjectLibrary - 物体库选择,可选值:
Copyright © 2025. All rights reserved.