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

Public Member Functions

def __init__
 Constructor. More...
 
def make_files
 
def make_payload
 

Public Attributes

 imageFilepath
 File path to the image to load. More...
 

Detailed Description

Object Recognition (Caffe) Cloud Request object.

ObjectRecognitionCaffe.Request

Definition at line 14 of file ObjectRecognitionCaffe.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.ObjectRecognitionCaffe.ObjectRecognitionCaffe.Request.__init__ (   self,
  kwargs 
)

Constructor.

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

Definition at line 19 of file ObjectRecognitionCaffe.py.

Member Function Documentation

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.

Member Data Documentation

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.


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