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

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 alternatives
 Alternative sentences. More...
 
 error
 Error message. More...
 
 words
 An array that contains the "words-found" with highest confidence. More...
 

Detailed Description

Speech Recognition Google Cloud Response object.

SpeechRecognitionGoogle.Response

Definition at line 51 of file SpeechRecognitionGoogle.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 56 of file SpeechRecognitionGoogle.py.

Member Data Documentation

RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.alternatives

Alternative sentences.

e.g. [['send', 'mail'], ['send', 'email'], ['set', 'mail']...]

Definition at line 70 of file SpeechRecognitionGoogle.py.

RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.error

Error message.

Definition at line 72 of file SpeechRecognitionGoogle.py.

RappCloud.CloudMsgs.SpeechRecognitionGoogle.SpeechRecognitionGoogle.Response.words

An array that contains the "words-found" with highest confidence.

Definition at line 67 of file SpeechRecognitionGoogle.py.


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