Packageorg.iotashan.nabaztagAPI
Classpublic class NabaztagVoice

A voice to be used by the TTS engine. You can get a list of voices by requesting an action of 9 in the API call.



Public Properties
 PropertyDefined by
  command : String
The voice's name.
NabaztagVoice
  language : String
Language that this voice uses.
NabaztagVoice
Public Methods
 MethodDefined by
  
NabaztagVoice(language:String, command:String)
Constructor method.
NabaztagVoice
Property detail
commandproperty
command:String  [read-write]

The voice's name.

Implementation
    public function get command():String
    public function set command(value:String):void
languageproperty 
language:String  [read-write]

Language that this voice uses.

Implementation
    public function get language():String
    public function set language(value:String):void
Constructor detail
NabaztagVoice()constructor
public function NabaztagVoice(language:String, command:String)

Constructor method.

Parameters
language:String
 
command:String