public class DeleteFaceRequest extends AbstractModel
Constructor and Description |
---|
DeleteFaceRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getFaceIds()
Get List of IDs of the faces to be deleted.
|
String |
getPersonId()
Get Person ID, which is the `PersonId` in the `CreatePerson` API
|
void |
setFaceIds(String[] FaceIds)
Set List of IDs of the faces to be deleted.
|
void |
setPersonId(String PersonId)
Set Person ID, which is the `PersonId` in the `CreatePerson` API
|
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 String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` APIpublic String[] getFaceIds()
public void setFaceIds(String[] FaceIds)
FaceIds
- List of IDs of the faces to be deleted. The array element value is the `FaceId` returned by the `CreateFace` APICopyright © 2020. All rights reserved.