For the complete documentation index, see llms.txt. This page is also available as Markdown.

audible

Enables text-to-speech reading.

Details

Attribute: audible

Type: string

Expected format: 'xx-XX' (language-REGION)

Default value: ""

Morphology

selphid.audible = '';

Description

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.

Considerations

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.


Example

Last updated