Identify handler¶
Handler for identify resource
- class luna_backport3.app.handlers.handler_identify.HandlerIdentify(request)[source]¶
Handler for identifying persons on provided image.
Resource: “/{api_version}/identify”
- async get()[source]¶
Get handler info. See spec_get_handler_identify.
- Return type:
HTTPResponse
- async patch()[source]¶
Patch handler. See spec_patch_handler_identify.
- Return type:
HTTPResponse
- async post()[source]¶
Identify person on provided image, see spec_handlers_identify.
- Return type:
HTTPResponse