VoiceUiModel
constructor(name: String, language: String, installed: Boolean, preinstalled: Boolean, selected: Boolean, downloadProgress: Int? = null)
Parameters
name
Display name of the voice.
language
Language code (e.g. "ru", "en").
installed
Whether the voice is installed on the device.
preinstalled
Whether the voice is preinstalled and cannot be removed.
selected
Whether the voice is currently selected for navigation.
downloadProgress
Download progress percentage (0–100), or null if not downloading.