ApiBrain().GetAddressByName
Returns the boolean enabled/disabled status of the SILVIA Core’s AddressByName mode.
Description
A desirable operating mode is one where SILVIA can listen to user’s while they speak, but where the application will only accept input if SILVIA is addressed directly by name. This function returns the boolean status of this mode.
Example Usage (Java)
boolean addressMe = _core.ApiBrain().GetAddressByName();
Example Usage (C#)
bool addressMe = _core.ApiBrain().GetAddressByName();
Parameters
None. |
Returns
The boolean value of the AddressByName status.
See Also
ApiBrain().SetAddressByName