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

Public Member Functions

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

Public Attributes

 fast
 If true, detection will take less time but it will be less accurate. More...
 
 imageFilepath
 File path to the image to load. More...
 

Detailed Description

Face Detection Cloud Request object. FaceDetection.Request 

Definition at line 14 of file FaceDetection.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 16 of file FaceDetection.py.

Member Function Documentation

def RappCloud.CloudMsgs.FaceDetection.FaceDetection.Request.make_files (   self)
Create and return Array of File objects of the Request. 

Definition at line 39 of file FaceDetection.py.

def RappCloud.CloudMsgs.FaceDetection.FaceDetection.Request.make_payload (   self)
Create and return the Payload of the Request. 

Definition at line 35 of file FaceDetection.py.

Member Data Documentation

RappCloud.CloudMsgs.FaceDetection.FaceDetection.Request.fast

If true, detection will take less time but it will be less accurate.

Definition at line 30 of file FaceDetection.py.

RappCloud.CloudMsgs.FaceDetection.FaceDetection.Request.imageFilepath

File path to the image to load.

This is the image to perform face-detection on.

Definition at line 27 of file FaceDetection.py.


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