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

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 error
 Error message. More...
 
 words
 Recognized words. More...
 

Detailed Description

Speech Recognition Sphinx4 Cloud Response object.
SpeechRecognitionSphinx.Response

Definition at line 62 of file SpeechRecognitionSphinx.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 66 of file SpeechRecognitionSphinx.py.

Member Data Documentation

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Response.error

Error message.

Definition at line 78 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Response.words

Recognized words.

Definition at line 76 of file SpeechRecognitionSphinx.py.


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