RAPP Platform API
|
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... | |
Face Detection Cloud Request object. FaceDetection.Request
Definition at line 14 of file FaceDetection.py.
def RappCloud.CloudMsgs.FaceDetection.FaceDetection.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 16 of file FaceDetection.py.
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.
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.