public class AnalyzeFaceResponse extends AbstractModel
| Constructor and Description | 
|---|
| AnalyzeFaceResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFaceModelVersion()Get Algorithm model version used for face recognition. | 
| FaceShape[] | getFaceShapeSet()Get Specific information of facial feature localization (facial keypoints). | 
| Long | getImageHeight()Get Height of requested image. | 
| Long | getImageWidth()Get Width of requested image. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setFaceModelVersion(String FaceModelVersion)Set Algorithm model version used for face recognition. | 
| void | setFaceShapeSet(FaceShape[] FaceShapeSet)Set Specific information of facial feature localization (facial keypoints). | 
| void | setImageHeight(Long ImageHeight)Set Height of requested image. | 
| void | setImageWidth(Long ImageWidth)Set Width of requested image. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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, toJsonStringpublic Long getImageWidth()
public void setImageWidth(Long ImageWidth)
ImageWidth - Width of requested image.public Long getImageHeight()
public void setImageHeight(Long ImageHeight)
ImageHeight - Height of requested image.public FaceShape[] getFaceShapeSet()
public void setFaceShapeSet(FaceShape[] FaceShapeSet)
FaceShapeSet - Specific information of facial feature localization (facial keypoints).public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion - Algorithm model version used for face recognition.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.