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

class luna_python_matcher.app.handlers.matcher_face_handler.UnwantedFaceMatcherHandler(request)[source]

Unwanted matcher handler.

post()[source]

Print warning also.

Return type

Awaitable[HTTPResponse]