ApiBrain().SetAllEars
Enables or disables the SILVIA Core’s ability to respond to the next input.
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 allows users to speak freely, with SILVIA running in the background and NOT responding. To elicit a response, one would have to begin an utterance with the application’s name, which defaults to “silvia”. This function, used in combination with an enabled “AddressMe”, can enable or disable SILVIA’s ability to use the next input “as is”.
Example Usage (Java/C#)
_core.ApiBrain().SetAllEars(true);
Parameters
bool |
enabled |
A boolean value to enable or disable this mode in the SILVIA Core. |
Returns
None.
See Also
- ApiBrain().SetAddressByName
- ApiBrain().GetAddressByName
- ApiBrain().GetAllEars