public class AiSampleFaceInfo extends AbstractModel
| Constructor and Description | 
|---|
| AiSampleFaceInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFaceId()Get Face image ID. | 
| String | getUrl()Get Face image address. | 
| void | setFaceId(String FaceId)Set Face image ID. | 
| void | setUrl(String Url)Set Face image address. | 
| 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 String getFaceId()
public void setFaceId(String FaceId)
FaceId - Face image ID.public String getUrl()
public void setUrl(String Url)
Url - Face image address.Copyright © 2021. All rights reserved.