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

Public Member Functions

def __init__
 Constructor. More...
 
def make_files
 
def make_payload
 

Public Attributes

 imageFilepath
 File path to the image to load. More...
 

Detailed Description

Human Detection Cloud Request object. HumanDetection.Request 

Definition at line 14 of file HumanDetection.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 16 of file HumanDetection.py.

Member Function Documentation

def RappCloud.CloudMsgs.HumanDetection.HumanDetection.Request.make_files (   self)
Create and return Array of File objects of the Request. 

Definition at line 34 of file HumanDetection.py.

def RappCloud.CloudMsgs.HumanDetection.HumanDetection.Request.make_payload (   self)
Create and return the Payload of the Request. 

Definition at line 29 of file HumanDetection.py.

Member Data Documentation

RappCloud.CloudMsgs.HumanDetection.HumanDetection.Request.imageFilepath

File path to the image to load.

This is the image to perform qr-detection on.

Definition at line 25 of file HumanDetection.py.


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