Class: Response::VoiceListTts

Inherits:
Base::GoodServerRsp show all
Defined in:
lib/violet/response.rb

Overview

a list of all supported languages/voices for TTS (text to speach) engine

rsp.voiceListTTS    # => {:nb=>"2"}
rsp.voices          # => [{:command=>"claire22k", :lang=>"fr"}, {:command=>"helga22k", :lang=>"de"}]

Instance Attribute Summary

Attributes inherited from Base::ServerRsp

#xml

Method Summary

Methods inherited from Base::ServerRsp

#bad?, #get_all, #good?, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Response::Base::ServerRsp

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Response::Base::ServerRsp