Python Matcher Proxy Faces Matcher handler

Faces Matcher Proxy handler.

class luna_python_matcher.app_proxy.handlers.faces_matcher_handler.FacesMatcherProxyHandler(request)[source]

Faces matcher proxy handler.

Resource: “/{api_version}/matcher/faces”

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_proxy.handlers.faces_matcher_handler.UnwantedFacesMatcherProxyHandler(request)[source]

Unwanted matcher proxy handler.

post()[source]

Print warning also.

Return type:

Awaitable[HTTPResponse]