PhoneticPair
public struct PhoneticPair
PhoneticPair
defines a pair of original string and its phonetic transcription.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Original string.
Declaration
Swift
public let original: String
-
Phonetic transcription of the original string.
Declaration
Swift
public let phoneticRepresentation: String