Python matcher Face Matcher handler¶
Matcher handler.
- class luna_python_matcher.app.handlers.matcher_face_handler.FaceMatcherHandler(request)[source]¶
Matcher handler allows to submit tasks to a service that searches for faces similar to a given reference by matching them.
Resource: “/{api_version}/matcher”
- async post()[source]¶
Match events, faces and attributes by faces. See spec_matcher.
- Returns:
response with matching results
- Return type:
HTTPResponse