KeywordRecognizer と GrammarRecognizer の共通基本クラス
Phrase recognizer is the smallest speech recognition unit that can be individually started and stopped. Typically, you should create all your phrase recognizers at the start of the Scene, and the start and stop them on demand as needed.
IsRunning | PhraseRecognizer がフレーズを聞いているかどうか |
Dispose | PhraseRecognizer が使用したリソースを破棄します。 |
Start | PhraseRecognizer がフレーズを聞くのを開始します。 |
Stop | PhraseRecognizer がフレーズを聞くのを停止します。 |
OnPhraseRecognized | PhraseRecognizer がフレーズを認識したときに発生するイベント |
PhraseRecognizedDelegate | OnPhraseRecognized イベントのデリゲート |