Face attributes handler¶
Receive face attributes
-
class
luna_backport4.app.handlers.face_attributes_handler.
FaceAttributeHandler
(request)[source]¶ Handler for work with a face attributes .
Resource: “/{api_version}/faces/{faceId}/attributes”
-
get
(faceId)[source]¶ Get attributes of the face. See spec_get_face_attributes.
Parameters: faceId – face id Returns: Response with extracted face attributes Return type: HTTPResponse
-