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

Public Member Functions

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

Public Attributes

 audio_source
 Audio source data format. More...
 
 audiofile
 Path to the audio file. More...
 
 grammar
 Grammar to use. More...
 
 language
 Language to use for recognition. More...
 
 sentences
 The under consideration sentences. More...
 
 words
 A vector that carries the words to recognize. More...
 

Detailed Description

Speech Recognition Sphinx4 Cloud Request object.
SpeechRecognitionSphinx.Request

Definition at line 14 of file SpeechRecognitionSphinx.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 18 of file SpeechRecognitionSphinx.py.

Member Function Documentation

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

Definition at line 57 of file SpeechRecognitionSphinx.py.

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

Definition at line 47 of file SpeechRecognitionSphinx.py.

Member Data Documentation

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.audio_source

Audio source data format.

e.g "nao_wav_1_ch".

Definition at line 34 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.audiofile

Path to the audio file.

Definition at line 42 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.grammar

Grammar to use.

Definition at line 40 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.language

Language to use for recognition.

Definition at line 32 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.sentences

The under consideration sentences.

Definition at line 38 of file SpeechRecognitionSphinx.py.

RappCloud.CloudMsgs.SpeechRecognitionSphinx.SpeechRecognitionSphinx.Request.words

A vector that carries the words to recognize.

Definition at line 36 of file SpeechRecognitionSphinx.py.


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