GetVoicesVoice

data class GetVoicesVoice(val additionalLanguageCodes: List<String>, val gender: String, val id: String, val languageCode: String, val languageName: String, val name: String, val supportedEngines: List<String>) : ConvertibleToJava<GetVoicesVoice>

Constructors

Link copied to clipboard
constructor(additionalLanguageCodes: List<String>, gender: String, id: String, languageCode: String, languageName: String, name: String, supportedEngines: List<String>)

Properties

Link copied to clipboard

Additional codes for languages available for the specified voice in addition to its default language.

Link copied to clipboard

Gender of the voice.

Link copied to clipboard
val id: String

Amazon Polly assigned voice ID.

Link copied to clipboard

Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.

Link copied to clipboard

Human readable name of the language in English.

Link copied to clipboard

Name of the voice.

Link copied to clipboard

Specifies which engines are supported by a given voice.

Functions

Link copied to clipboard
open override fun toJava(): GetVoicesVoice