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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java