public class FaceRect extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
FaceRect()  | 
FaceRect(FaceRect 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 | 
|---|---|
Long | 
getHeight()
Get Face box height 
 | 
Long | 
getWidth()
Get Face box width 
 | 
Long | 
getX()
Get Top-left X-axis coordinate of the face box 
 | 
Long | 
getY()
Get Top-left Y-axis coordinate of the face box 
 | 
void | 
setHeight(Long Height)
Set Face box height 
 | 
void | 
setWidth(Long Width)
Set Face box width 
 | 
void | 
setX(Long X)
Set Top-left X-axis coordinate of the face box 
 | 
void | 
setY(Long Y)
Set Top-left Y-axis coordinate of the face box 
 | 
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 FaceRect()
public FaceRect(FaceRect source)
public Long getX()
public void setX(Long X)
X - Top-left X-axis coordinate of the face boxpublic Long getY()
public void setY(Long Y)
Y - Top-left Y-axis coordinate of the face boxpublic Long getWidth()
public void setWidth(Long Width)
Width - Face box widthpublic Long getHeight()
public void setHeight(Long Height)
Height - Face box heightCopyright © 2025. All rights reserved.