RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
error | |
Error message. More... | |
humans | |
Array of detected humans TODO Create human objects. More... | |
Human Detection Cloud Response object. HumanDetection.Response
Definition at line 39 of file HumanDetection.py.
def RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
Definition at line 41 of file HumanDetection.py.
RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response.error |
Error message.
Definition at line 51 of file HumanDetection.py.
RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response.humans |
Array of detected humans TODO Create human objects.
Definition at line 54 of file HumanDetection.py.