Faces.FacesFindSimilarDefinitionStages.WithFaceId Interface
public interface WithFaceId
The stage of the definition to be specify faceId.
Method Summary
Modifier and Type | Method and Description |
---|---|
FacesFindSimilarDefinitionStages.WithExecute |
withFaceId(UUID faceId)
FaceId of the query face. User needs to call Face - Detect first to get a valid faceId. Note that this faceId is not persisted and will expire 24 hours after the detection call. |
Method Details
withFaceId
public FacesFindSimilarDefinitionStages.WithExecute withFaceId(UUID faceId)
FaceId of the query face. User needs to call Face - Detect first to get a valid faceId. Note that this faceId is not persisted and will expire 24 hours after the detection call.
Parameters:
faceId
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