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