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... | |
Qr Detection Cloud Request object. QrDetection.Request
Definition at line 14 of file QrDetection.py.
def RappCloud.CloudMsgs.QrDetection.QrDetection.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 16 of file QrDetection.py.
def RappCloud.CloudMsgs.QrDetection.QrDetection.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 33 of file QrDetection.py.
def RappCloud.CloudMsgs.QrDetection.QrDetection.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 29 of file QrDetection.py.
RappCloud.CloudMsgs.QrDetection.QrDetection.Request.imageFilepath |
File path to the image to load.
This is the image to perform qr-detection on.
Definition at line 25 of file QrDetection.py.