RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
imageFilepath | |
File path to the image to load. More... | |
Human Detection Cloud Request object. HumanDetection.Request
Definition at line 14 of file HumanDetection.py.
def RappCloud.CloudMsgs.HumanDetection.HumanDetection.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 16 of file HumanDetection.py.
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.
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.