Package-level declarations
Types
Link copied to clipboard
                data class GetVoicesPlainArgs(val engine: String? = null, val includeAdditionalLanguageCodes: Boolean? = null, val languageCode: String? = null, val voices: List<GetVoicesVoice>? = null) : ConvertibleToJava<GetVoicesPlainArgs> 
A collection of arguments for invoking getVoices.
Link copied to clipboard
                Builder for GetVoicesPlainArgs.
Link copied to clipboard
                class GetVoicesVoiceBuilder
Builder for GetVoicesVoice.