FaceRecognition.ComputeClusterSet

Create a new Cluster set from the most recent Faces.

ComputeClusterSetRequest

group_id
string

ID of the group for which you want to create a cluster set

custom_id
string

Custom ID that will be given to the new cluster set (optional)

face_ids
array[string]

List of face ID's to cluster

ComputeClusterSetResponse

cluster_set
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