RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
error | |
Error message. More... | |
qr_centers | |
Found qr centers. More... | |
qr_messages | |
Found qr messages. More... | |
Qr Detection Cloud Response object. QrDetection.Response
Definition at line 38 of file QrDetection.py.
def RappCloud.CloudMsgs.QrDetection.QrDetection.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 40 of file QrDetection.py.
RappCloud.CloudMsgs.QrDetection.QrDetection.Response.error |
Error message.
Definition at line 51 of file QrDetection.py.
RappCloud.CloudMsgs.QrDetection.QrDetection.Response.qr_centers |
Found qr centers.
Array of qr_center objects. TODO Create qr_center objects
Definition at line 54 of file QrDetection.py.
RappCloud.CloudMsgs.QrDetection.QrDetection.Response.qr_messages |