public class FaceConfigureInfo extends AbstractModel
Constructor and Description |
---|
FaceConfigureInfo() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDefaultLibraryLabelSet()
Get Default figure filter tag, which specifies the default figure tag that needs to be returned.
|
String |
getFaceLibrary()
Get Figure library.
|
Float |
getScore()
Get Face recognition filter score.
|
String |
getSwitch()
Get Switch of face recognition task.
|
String[] |
getUserDefineLibraryLabelSet()
Get Custom figure filter tag, which specifies the custom figure tag that needs to be returned.
|
void |
setDefaultLibraryLabelSet(String[] DefaultLibraryLabelSet)
Set Default figure filter tag, which specifies the default figure tag that needs to be returned.
|
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 figure filter tag, which specifies the custom figure tag that needs to be returned.
|
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
- 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 figure filter tag, which specifies the default figure tag that needs to be returned. If this parameter is left empty or a blank value is entered, all results of the default figures will be returned. Valid values:
public String[] getUserDefineLibraryLabelSet()
public void setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
UserDefineLibraryLabelSet
- Custom figure filter tag, which specifies the custom figure tag that needs to be returned. If this parameter is left empty or a blank value is entered, all results of the custom figures will be returned. Valid values:
There can be up to 10 tags, each with a length limit of 16 characters.public String getFaceLibrary()
public void setFaceLibrary(String FaceLibrary)
FaceLibrary
- Figure library. Valid values:
Copyright © 2020. All rights reserved.