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: ""
selphid.audible = '';Configures the component's audio feedback facephi-selphid-widget. An empty string disables voice prompts.
If enabled, the widget will show a button to play the widget component's text as audio messages during the extraction process to inform the user about any status changes.
A button will appear to enable or mute audio messages at any time.
This property is not compatible with using webview on Android devices. It will be automatically disabled in this environment.
It is recommended to align the component language with the rest of the implementation using the property language of the facephi-sdk-provider.
Last updated
<facephi-selphid-widget
audible={'en-GB'}
/>