clsLastVR is an object class used with GetLastVRInfo and GetLastVRCollection and returns information about the last recognized voice command given to HomeSeer.
Here are the properties of the class:
|
Property |
Type |
Description |
|
Raw |
String |
This is the raw voice command as it was heard and recognized by the VR engine. |
|
Parsed |
String |
This is the parsed voice command. For HomeSeer generated voice commands, this string will contain special indicators for the matched device or event - it will not match the spoken text. |
|
Host |
String |
This is the host name of the speaker client the recognized phrase was spoken to, or 'Phone' if it was spoken via HomeSeer Phone's local or remote interaction. |
|
Instance |
String |
This is the instance name of the speaker client the recognized phrase was spoken to, or the phone line number if it was spoken via HomeSeer Phone's local or remote interaction. |
|
VRTime |
Date |
This is the date/time the phrase was recognized. |
|
ID |
Integer |
This is the voice recognition context ID number that was matched for the recognized phrase. |
GetLastVRInfo
GetLastVRCollection
LastCommandSelected
LastVoiceCommand
LastVoiceCommandPhone
LastVoiceCommandHost
LastVoiceCommandInstance
LastVoiceCommandRaw