Ipa

data class Ipa(val word: String, val ipa: String) : PronunciationRule

IPA phonetic transcription. Generates an SSML <phoneme alphabet="ipa" ph="..."> tag.

Provides exact phonetic control using the International Phonetic Alphabet.

Constructors

Link copied to clipboard
constructor(word: String, ipa: String)

Properties

Link copied to clipboard
val ipa: String

The IPA transcription (e.g. "wa.wɛj").

Link copied to clipboard
open override val word: String

The word to match (case-insensitive).