PhoneticTranscription

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class PhoneticTranscription(val transcriptions: List<String>, val locales: List<Locale>, val tag: String, val alphabet: String)

Represents phonetic transcription.

Constructors

Link copied to clipboard
constructor(transcriptions: List<String>, locales: List<Locale>, tag: String, alphabet: String)

Properties

Link copied to clipboard

Phonetic alphabet of the transcriptions, eg. "ipa" or "lhp".

Link copied to clipboard

Locales of the transcriptions languages sorted in the same order as transcriptions.

Link copied to clipboard
val tag: String

Tag contained in a TaggedMessage.message that surrounds the phrases from TaggedMessage.message that the transcriptions refer to.

Link copied to clipboard

Phonetic transcriptions of phrases from the TaggedMessage.message surrounded by a tag.