Voice Download
Types
Available Voices Callback
Link copied to clipboard
interface AvailableVoicesCallback
Content copied to clipboard
Functions
add Voice Installation Listener
Link copied to clipboard
open fun addVoiceInstallationListener(listener: VoiceInstallListener, @Nullable executor: Executor)
Content copied to clipboard
Registers a VoiceInstallListener.
cancel Download
Link copied to clipboard
get Available Voice List
Link copied to clipboard
open fun getAvailableVoiceList(@NonNull callback: VoiceDownload.AvailableVoicesCallback)
Content copied to clipboard
open fun getAvailableVoiceList(@NonNull callback: VoiceDownload.AvailableVoicesCallback, @Nullable executor: Executor)
Content copied to clipboard
Returns all available voices.
install Voice
Link copied to clipboard
Requests the installation of voice package.
remove Voice Installation Listener
Link copied to clipboard
Removes a VoiceInstallListener.
uninstall Voice
Link copied to clipboard
Request the uninstallation of voice package.