public class FaceConfigureInfoForUpdate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FaceConfigureInfoForUpdate() | 
| FaceConfigureInfoForUpdate(FaceConfigureInfoForUpdate 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[] | getDefaultLibraryLabelSet()Get 默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。标签可选值:
entertainment:娱乐明星;
sport:体育明星;
politician:敏感人物。 | 
| String | getFaceLibrary()Get 人物库选择,可选值:
Default:使用默认人物库;
UserDefine:使用用户自定义人物库。
All:同时使用默认人物库和用户自定义人物库。 | 
| Float | getScore()Get 人脸识别过滤分数,当识别结果达到该分数以上,返回识别结果。取值范围:0-100。 | 
| String | getSwitch()Get 人脸识别任务开关,可选值:
ON:开启智能人脸识别任务;
OFF:关闭智能人脸识别任务。 | 
| String[] | getUserDefineLibraryLabelSet()Get 用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。
标签个数最多 100 个,每个标签长度最多 16 个字符。 | 
| void | setDefaultLibraryLabelSet(String[] DefaultLibraryLabelSet)Set 默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。标签可选值:
entertainment:娱乐明星;
sport:体育明星;
politician:敏感人物。 | 
| void | setFaceLibrary(String FaceLibrary)Set 人物库选择,可选值:
Default:使用默认人物库;
UserDefine:使用用户自定义人物库。
All:同时使用默认人物库和用户自定义人物库。 | 
| void | setScore(Float Score)Set 人脸识别过滤分数,当识别结果达到该分数以上,返回识别结果。取值范围:0-100。 | 
| void | setSwitch(String Switch)Set 人脸识别任务开关,可选值:
ON:开启智能人脸识别任务;
OFF:关闭智能人脸识别任务。 | 
| void | setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)Set 用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。
标签个数最多 100 个,每个标签长度最多 16 个字符。 | 
| 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 FaceConfigureInfoForUpdate()
public FaceConfigureInfoForUpdate(FaceConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 人脸识别任务开关,可选值:
public Float getScore()
public void setScore(Float Score)
Score - 人脸识别过滤分数,当识别结果达到该分数以上,返回识别结果。取值范围:0-100。public String[] getDefaultLibraryLabelSet()
public void setDefaultLibraryLabelSet(String[] DefaultLibraryLabelSet)
DefaultLibraryLabelSet - 默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。标签可选值:
public String[] getUserDefineLibraryLabelSet()
public void setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
UserDefineLibraryLabelSet - 用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。
标签个数最多 100 个,每个标签长度最多 16 个字符。public String getFaceLibrary()
public void setFaceLibrary(String FaceLibrary)
FaceLibrary - 人物库选择,可选值:
Copyright © 2025. All rights reserved.