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