Voice Download
Manages the voice entry used to download new voices.
Types
Functions
Link copied to clipboard
Registers a {@link VoiceInstallListener}.
Link copied to clipboard
Link copied to clipboard
fun getAvailableVoiceList(callback: VoiceDownload.AvailableVoicesCallback, executor: Executor? = null)
Returns all available voices. The callback will be called on provided executor or on main thread if null.
Link copied to clipboard
fun installVoice(voiceEntry: VoiceEntry, networkSettings: NetworkSettings = NetworkSettings(useSystemDefaults = true)): Boolean
Requests the installation of voice package.
Link copied to clipboard
Link copied to clipboard
Removes a {@link VoiceInstallListener}.
Link copied to clipboard
Request the uninstallation of voice package.