The ‘SpeechRecognitionCommandInfo’ class provides functions of that transmit receive data over a callback function, when received ‘Send Speech Recognition Command’ message.
The SpeechRecognitionCommandInfo class has these type of members.
- Constructors
- Events
- Methods
- Properties
Constructors
The SpeechRecognitionCommandInfo class has these constructors.
Constructor | SDK | Description |
SpeechRecognitionCommandInfo | All | Initializes a new instance of the SpeechRecognitionCommandInfo object. |
Events
The SpeechRecognitionCommandInfo class has these events.
Event | SDK | Description |
– | – | – |
Methods
The SpeechRecognitionCommandInfo class has these methods.
Method | SDK | Description |
– | – | – |
Properties
The SpeechRecognitionCommandInfo class has these properties.
Property | SDK | Access type | Description |
IpAddr | All | R/W |
Sender’s ip address. (Type: string) String representing IP address: “192.168.1.2” |
Port | All | R/W | Sender’s port number. (Type: ushort) |
Command | All | R/W | Command name. (Type: string) |
Timestamp | All | R/W |
A timestamp when sent. (Type: string) 8byte time format string: “15:32:07” |
Mode | All | R/W | not use (future function) |
Remarks
Supported version: SDK 2.0.0 and Haruzira 2.0.0 later