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

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...
 

Detailed Description

Qr Detection Cloud Response object. QrDetection.Response 

Definition at line 38 of file QrDetection.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 40 of file QrDetection.py.

Member Data Documentation

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

Found qr messages.

Array of strings.

Definition at line 56 of file QrDetection.py.


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