public class DeleteFaceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteFaceRequest() |
DeleteFaceRequest(DeleteFaceRequest 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[] |
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteFaceRequest()
public DeleteFaceRequest(DeleteFaceRequest source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` API.public 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` API.Copyright © 2024. All rights reserved.