#include <MicController.h>
変数 | |
std::string | sWord |
単語 | |
std::vector< std::string > | vRuby |
読み |
音声認識時に特定の単語として扱う文字列とその読みを指定する。
std::string Sapie::RecogWordConfInfo::sWord |
単語
登録する単語を指定する。
std::vector<std::string> Sapie::RecogWordConfInfo::vRuby |
読み
登録する単語の読みを指定する。全角カナのみ使用可能。複数定義可能。