FaceRecognition.ListFaces

Retrieve a list of faces.

ListFacesRequest

group_id
string

ID of the group

start
int64

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

end
int64

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

limit
int32

Limit of faces to search for - max is 1000 (optional - default is 100)

min_width
int32

Minimum width of the faces to list (optional)

min_height
int32

Minimum height of the faces to list (optional)

frontal_pose
string

Frontal pose of the faces to list (optional)

min_sharpness
float

Minimum sharpness of the faces to list (optional)

ListFacesResponse

group_id
string
start
int64
end
int64
limit
int32
min_width
int32
min_height
int32
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