FaceRecognition.ListClusterSets

Retrieve the most recently created Cluster set.

ListClusterSetsResponse

group_id
string

The group ID of the cluster sets to search for

custom_id
string

The custom ID of the cluster sets to search for (optional)

start
int64

Start date for this response, in ms since epoch (optional)

end
int64

End date for this response, in ms since epoch (optional)

limit
int32

Limit of clusters to search for - max is 100 (optional - default is 10)

cluster_sets
array[ClusterSet]
id
string

ID of the cluster set

group_id
string

ID of the group for which this cluster set belongs to

custom_id
string

Custom ID of the cluster set

clusters
array[Cluster]
id
string

ID of the cluster

faces
array[Face]
id
string

ID assigned to the face

group_id
string

ID of the group that this face belongs to

identity_id
string

ID of the identity that this face belongs to

recognized_identity_id
string

ID of the identity that this face was recognized as

data
string

Either encoded or pixel image data

height
int64

Height of the face image

width
int64

Width of the face image

sharpness
float

Sharpness of a face

frontal_pose
string

Frontal pose of a face

created_at
int64

Timestamp of the creation of the face

created_at
int64

Timestamp for when cluster was created

created_at
int64

Timestamp for when cluster set was created