public class FaceConfigureInfoForUpdate extends AbstractModel
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 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 a face recognition task.
|
String[] |
getUserDefineLibraryLabelSet()
Get Custom face tags for filter, which specify the face recognition results to return.
|
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 a face recognition task.
|
void |
setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
Set Custom face tags for filter, which specify the face recognition results to return.
|
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 FaceConfigureInfoForUpdate()
public FaceConfigureInfoForUpdate(FaceConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch of a 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.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 an empty value is entered, all results of the default figures will be returned. Valid values:
public String[] getUserDefineLibraryLabelSet()
public void setUserDefineLibraryLabelSet(String[] UserDefineLibraryLabelSet)
UserDefineLibraryLabelSet
- Custom face tags for filter, which specify the face recognition results to return. If this parameter is not specified or left empty, the recognition results for all custom face tags are returned.
Up to 100 tags are allowed, each containing no more than 16 characters.public String getFaceLibrary()
public void setFaceLibrary(String FaceLibrary)
FaceLibrary
- Figure library. Valid values:
Copyright © 2021. All rights reserved.