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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java