public class FaceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
FaceInfo() |
FaceInfo(FaceInfo 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[] |
getImageUrls()
Get 用户图 URL 列表
|
Rect |
getTemplateFaceRect()
Get 模版图人脸坐标。
|
void |
setImageUrls(String[] ImageUrls)
Set 用户图 URL 列表
|
void |
setTemplateFaceRect(Rect TemplateFaceRect)
Set 模版图人脸坐标。
|
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, toJsonString
public FaceInfo()
public FaceInfo(FaceInfo source)
public String[] getImageUrls()
public void setImageUrls(String[] ImageUrls)
ImageUrls
- 用户图 URL 列表public Rect getTemplateFaceRect()
public void setTemplateFaceRect(Rect TemplateFaceRect)
TemplateFaceRect
- 模版图人脸坐标。Copyright © 2025. All rights reserved.