FacesResponse
Response model for the get_faces endpoint.
Returns a mapping of face names to lists of image filenames. Each face name corresponds to a directory in the faces folder, and the list contains the names of image files for that face.
Example: { "john_doe": ["face1.webp", "face2.jpg"], "jane_smith": ["face3.png"] }
property name* string[]
Array [
string
]
FacesResponse
{}