RAPP Platform API
All Classes Namespaces Files Functions Variables Typedefs
RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response Class Reference
Inheritance diagram for RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response:
Collaboration diagram for RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response:

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 error
 Error message. More...
 
 humans
 Array of detected humans TODO Create human objects. More...
 

Detailed Description

Human Detection Cloud Response object. HumanDetection.Response 

Definition at line 39 of file HumanDetection.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.HumanDetection.HumanDetection.Response.__init__ (   self,
  kwargs 
)

Constructor.

Parameters
**kwargs- Keyword arguments. Apply values to the request attributes.

Definition at line 41 of file HumanDetection.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: