Faces.FacesIdentifyDefinitionStages.WithFaceIds Interface
public interface WithFaceIds
The stage of the definition to be specify faceIds.
Method Summary
Modifier and Type | Method and Description |
---|---|
FacesIdentifyDefinitionStages.WithExecute |
withFaceIds(List<UUID> faceIds)
Array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10]. |
Method Details
withFaceIds
public FacesIdentifyDefinitionStages.WithExecute withFaceIds(List
Array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10].
Parameters:
faceIds
Returns:
next definition stage