音声認識コマンド送信メッセージ受信時に、受信データを取得しコールバック関数に渡す機能を提供する。
SpeechRecognitionCommandInfoクラスは、以下のメンバータイプを有する。
- Constructors
- Events
- Methods
- Properties
Constructors
SpeechRecognitionCommandInfoクラスは、以下のコンストラクタを有する。
Constructor | SDK | Description |
SpeechRecognitionCommandInfo | 共通 | SpeechRecognitionCommandInfoクラスの新しいインスタンスを生成する。 |
Events
SpeechRecognitionCommandInfoクラスは、以下のイベントを有する。
Event | SDK | Description |
– | – | – |
Methods
SpeechRecognitionCommandInfoクラスは、以下のメソッドを有する。
Method | SDK | Description |
– | – | – |
Properties
SpeechRecognitionCommandInfoクラスは、以下のプロパティを有する。
Property | SDK | Access type | Description |
IpAddr | 共通 | R/W |
送信元のIP Address。(Type: string) IPアドレスを表す文字列:”192.168.1.2″ |
Port | 共通 | R/W | 送信元のPort番号。(Type: ushort) |
Command | 共通 | R/W | コマンド名。(Type: string) |
Timestamp | 共通 | R/W |
送信時のタイムスタンプ。(Type: string) 8byteの文字列:”15:32:07″ |
Mode | 共通 | R/W | 未使用 |
Remarks
対応バージョン: SDK 2.0.0, Haruzira 2.0.0以降