Recognition
recognition
This relation targets the entry point resource for the recognition API. This API is only available to customer with face recognition activated.
4.13.0+
detections
This relation targets the collections of detection operation. This collection is ephemeral, that means resource lifetime is short (like files or selections resources).
Create detection
A detection can be created by sending POST request on the collection of detections with the representation of the media resource to run detection on.
Sample request:
POST /api/recognition/detections
Content-Type: application/json
{
"_links":
{
"self":
{
"href": "http://baobab.keepeek.com/api/dam/medias/1234"
}
}
}
At least the media representation must contains the self link.
4.13.0+
faces
This relation targets a list of human faces.
4.13.0+
face
This relation targets the canonical resource representing a face (bouding box, individual...).
4.13.0+
individuals
This relation targets a list of human beings.
4.13.0+
individual
This relation targets the canonical resource representing an individual (name, email...).
4.13.0+