Public Member Functions | Static Public Attributes
rospeex_core.ss.factory.SpeechSynthesisFactory Class Reference

List of all members.

Public Member Functions

def create

Static Public Attributes

dictionary ENGINE_FACTORY

Detailed Description

SpeechSynthesisFactory class 

Definition at line 22 of file ss/factory.py.


Member Function Documentation

create speech synthesis engine.
@param engine: speech synthesis engine (nict / google / voicetext / docomo_hoya / docomo_aitalk)
@type  engine: str
@raise SpeechSynthesisException:

Definition at line 33 of file ss/factory.py.


Member Data Documentation

Initial value:
{
        'google': GoogleClient,
        'nict': NICTClient,
        # 'voicetext': VoiceTextClient,
        'docomo_hoya': docomo_hoyaClient,
        'docomo_aitalk': docomo_aitalkClient,
    }

Definition at line 24 of file ss/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