Voice

class Voice

Description of the voice.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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: VoiceId?

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

Link copied to clipboard

Language code of the voice.

Link copied to clipboard

Human readable name of the language in English.

Link copied to clipboard
val name: String?

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

Link copied to clipboard

Specifies which engines (standard, neural or long-form) are supported by a given voice.

Functions

Link copied to clipboard
inline fun copy(block: Voice.Builder.() -> Unit = {}): Voice
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String