Public Member Functions | Static Private Attributes
rospeex_core.ss.base.IClient Class Reference
Inheritance diagram for rospeex_core.ss.base.IClient:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def request

Static Private Attributes

 __metaclass__ = abc.ABCMeta

Detailed Description

IClient class

Definition at line 10 of file base.py.


Member Function Documentation

def rospeex_core.ss.base.IClient.request (   self,
  message,
  language = 'ja',
  voice_font = '',
  timeout = socket._GLOBAL_DEFAULT_TIMEOUT 
)
Send speech synthesis request to server,
and get speech synthesis result.
@param message: message
@type  message: str
@param language: speech synthesis language
@type  language: str
@param voice_font: taraget voice font
@type  voice_font: str
@param timeout: request timeout time (second)
@type  timeout: float
@raise SpeechSynthesisException:

Reimplemented in rospeex_core.ss.voicetext.Client, rospeex_core.ss.docomo_hoya.Client, rospeex_core.ss.docomo_aitalk.Client, rospeex_core.ss.nict.Client, and rospeex_core.ss.google.Client.

Definition at line 17 of file base.py.


Member Data Documentation

rospeex_core::ss::base.IClient::__metaclass__ = abc.ABCMeta [static, private]

Definition at line 14 of file base.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