audible
Enables text-to-speech reading.
Last updated
Enables text-to-speech reading.
Attribute: audible
Type: string
Expected format: 'xx-XX' (language-REGION)
Default value: ""
selphi.audible = '';Configures the component's audio feedback facephi-selphi-widget. An empty string disables voice prompts; other values enable the playback of interface text according to the engine configuration.
This property is not compatible with using webview on Android devices. It will be automatically disabled in this environment.
It is recommended to adjust the components' language to the rest of the implementation with the help of the property language of the facephi-sdk-provider.
Last updated
<facephi-selphi-widget
audible={'en-GB'}
/>