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

selphi.audible = '';

Description

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.

Considerations

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.


Example

Last updated