Class: Nuance::TextToSpeech
- Inherits:
-
Object
- Object
- Nuance::TextToSpeech
- Defined in:
- lib/nuance/text_to_speech.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ TextToSpeech
constructor
A new instance of TextToSpeech.
Constructor Details
#initialize(options = {}) ⇒ TextToSpeech
Returns a new instance of TextToSpeech.
3 4 5 |
# File 'lib/nuance/text_to_speech.rb', line 3 def initialize(={}) raise RuntimeError, 'Not implemented. Coming soon...' end |