public class FaceConfigureInfo extends AbstractModel
skipSign
Constructor and Description |
---|
FaceConfigureInfo() |
FaceConfigureInfo(FaceConfigureInfo 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 Default face filter labels, which specify the types of faces to return.
|
String |
getFaceLibrary()
Get Figure library.
|
Float |
getScore()
Get Face recognition filter score.
|
String |
getSwitch()
Get Switch of face recognition task.
|
String[] |
getUserDefineLibraryLabelSet()
Get Custom face labels for filtering.
|
void |
setDefaultLibraryLabelSet(String[] DefaultLibraryLabelSet)
Set Default face filter labels, which specify the types of faces to return.
|
void |
setFaceLibrary(String FaceLibrary)
Set Figure library.
|
void |
setScore(Float Score)
Set Face recognition filter score.
|
void |
setSwitch(String Switch)
Set Switch of face recognition task.
|
void |
setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
Set Custom face labels for filtering.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FaceConfigureInfo()
public FaceConfigureInfo(FaceConfigureInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch of face recognition task. Valid values:
public Float getScore()
public void setScore(Float Score)
Score
- Face recognition filter score. If this score is reached or exceeded, a recognition result will be returned. Value range: 0–100. Default value: 95.public String[] getDefaultLibraryLabelSet()
public void setDefaultLibraryLabelSet(String[] DefaultLibraryLabelSet)
DefaultLibraryLabelSet
- Default face filter labels, which specify the types of faces to return. If this parameter is left empty, the recognition results for all labels are returned. Valid values:
public String[] getUserDefineLibraryLabelSet()
public void setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
UserDefineLibraryLabelSet
- Custom face labels for filtering. After you specify a label, callbacks of face images without this label will be returned. If this parameter is not specified or left empty, callbacks of all face images will be returned.
You can specify up to 100 labels, with each containing up to 16 characters.public String getFaceLibrary()
public void setFaceLibrary(String FaceLibrary)
FaceLibrary
- Figure library. Valid values:
Copyright © 2023. All rights reserved.