Public Member Functions | Static Public Attributes
rospeex_core.sr.factory.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 21 of file sr/factory.py.


Member Function Documentation

def rospeex_core.sr.factory.SpeechRecognitionFactory.create (   cls,
  engine,
  args,
  kwargs 
)
create speech recognition client
@param engine: speech recognition engine name (NICT|GOOGLE|MICROSOFT)
@type  engine: str
@param args:
@param kwargs:
@raise SpeechRecognitionException:

Definition at line 32 of file sr/factory.py.


Member Data Documentation

Initial value:
{
        'google': google.Client,
        'nict': nict.Client,
        'microsoft': microsoft.Client,
    }

Definition at line 25 of file sr/factory.py.


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


rospeex_core
Author(s): Komei Sugiura
autogenerated on Thu Jun 6 2019 18:53:10