GetVoicesResult

data class GetVoicesResult(val engine: String? = null, val id: String, val includeAdditionalLanguageCodes: Boolean? = null, val languageCode: String? = null, val voices: List<GetVoicesVoice>? = null)

A collection of values returned by getVoices.

Constructors

Link copied to clipboard
constructor(engine: String? = null, id: String, includeAdditionalLanguageCodes: Boolean? = null, languageCode: String? = null, voices: List<GetVoicesVoice>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val engine: String? = null
Link copied to clipboard
val id: String

Amazon Polly assigned voice ID.

Link copied to clipboard
val languageCode: String? = null

Language code of the voice.

Link copied to clipboard
val voices: List<GetVoicesVoice>? = null

List of voices with their properties. See voices Attribute Reference below.