Package | org.iotashan.nabaztagAPI |
Class | public class NabaztagVoice |
Property | Defined by | ||
---|---|---|---|
command : String
The voice's name.
| NabaztagVoice | ||
language : String
Language that this voice uses.
| NabaztagVoice |
Method | Defined by | ||
---|---|---|---|
NabaztagVoice(language:String, command:String)
Constructor method.
| NabaztagVoice |
command | property |
command:String
[read-write]The voice's name.
Implementation public function get command():String
public function set command(value:String):void
language | property |
language:String
[read-write]Language that this voice uses.
Implementation public function get language():String
public function set language(value:String):void
NabaztagVoice | () | constructor |
public function NabaztagVoice(language:String, command:String)
Constructor method.
Parameterslanguage:String |
|
command:String |