Public Member Functions | Static Public Attributes
rospeex_core.sr.speech_recognition.SpeechRecognitionFactory Class Reference

List of all members.

Public Member Functions

def create

Static Public Attributes

dictionary ENGINE_FACTORY

Detailed Description

SpeechRecognitionFactory class

Definition at line 23 of file speech_recognition.py.


Member Function Documentation

create speech recognition client
@param engine: speech recognition engine name (NICT|GOOGLE)
@type  engine: str
@raise SpeechRecognitionException:

Definition at line 33 of file speech_recognition.py.


Member Data Documentation

Initial value:
{
        'google': SpeechRecognitionClient_Google,
        'nict': SpeechRecognitionClient_NICT,
    }

Definition at line 27 of file speech_recognition.py.


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


rospeex_core
Author(s): Komei Sugiura
autogenerated on Wed Aug 26 2015 16:10:30