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... | |
Object Recognition (Caffe) Cloud Request object. ObjectRecognitionCaffe.Request
Definition at line 14 of file ObjectRecognitionCaffe.py.
def RappCloud.CloudMsgs.ObjectRecognitionCaffe.ObjectRecognitionCaffe.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 19 of file ObjectRecognitionCaffe.py.
def RappCloud.CloudMsgs.ObjectRecognitionCaffe.ObjectRecognitionCaffe.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 37 of file ObjectRecognitionCaffe.py.
def RappCloud.CloudMsgs.ObjectRecognitionCaffe.ObjectRecognitionCaffe.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 32 of file ObjectRecognitionCaffe.py.
RappCloud.CloudMsgs.ObjectRecognitionCaffe.ObjectRecognitionCaffe.Request.imageFilepath |
File path to the image to load.
This is the image to perform qr-detection on.
Definition at line 28 of file ObjectRecognitionCaffe.py.