RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
error | |
Error message. More... | |
faces | |
Detected faces. More... | |
Face Detection Cloud Response object. FaceDetection.Response
Definition at line 44 of file FaceDetection.py.
def RappCloud.CloudMsgs.FaceDetection.FaceDetection.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
Definition at line 46 of file FaceDetection.py.
RappCloud.CloudMsgs.FaceDetection.FaceDetection.Response.error |
Error message.
Definition at line 56 of file FaceDetection.py.
RappCloud.CloudMsgs.FaceDetection.FaceDetection.Response.faces |
Detected faces.
Array of face objects. TODO create face object.
Definition at line 58 of file FaceDetection.py.