Introduction¶
Luna-Handlers is a web service for working with face recognition handlers.
- Handler is an object with following fields:
handler id - handler unique id;
account id - id of account to which the handler belongs;
create time - handler create time;
last update time - time of last action with handler(change description and/or policies)
description - handler description
policies - policies that are used to complete the task through the handler
Dynamic handler is a handler without fixed policies. Policies must be set with each appeal to a handler.
It is possible to detect face using /detector resource.
Is is possible to extract face basic attributes using /extractor resource.