Package com.tomtom.sdk.tts.engine.phonetics

Types

Link copied to clipboard
data class PhoneticTranscription(    val transcriptions: List<String>,     val languageCodes: List<String>,     val tag: String,     val alphabet: String)

Represents phonetic transcription.

Link copied to clipboard
data class TaggedMessage(val message: String, val phonetics: List<PhoneticTranscription>)

Represents a tagged message, with tags surrounding phrases whose phonetic transcriptions are provided via phonetics.