setCommands:
コマンドを配列でセットします
-(void)setCommands:(NSArray *)commands:
解説
コマンドを配列でセットします。
返り値
( void )
なし
引数
( NSArray * )commands
フレームワーク
ApplicationKit
クラス
NSSpeechRecognizer
Instance Methods
使用可能
10.3
参照
-commands
例文
[recog setCommands:[NSArray arrayWithObjects:@"one",@"two",@"three",@"four",nil]];