ApiBrain().GetAllEars

Returns the boolean enabled/disabled status of the SILVIA Core’s AllEars mode.

Description

A desirable operating mode is one where SILVIA can listen to Users while they speak, but where the application will only accept input if SILVIA is addressed directly by name. The “AllEars” component determines if SILVIA can currently accept all input, and this function returns the boolean status of this mode.

Example Usage (Java)


boolean allEars = _core.ApiBrain().GetAllEars();

Example Usage (C#)


bool allEars = _core.ApiBrain().GetAllEars();

Parameters

None.

Returns

The boolean value of the AllEars status.

See Also

  • ApiBrain().SetAddressByName
  • ApiBrain().GetAddressByName
  • ApiBrain().SetAllEars