phoneticEncoding property
The phonetic encoding of the phrase. Possible string values are:
- "PHONETIC_ENCODING_UNSPECIFIED" : Not specified.
- "PHONETIC_ENCODING_IPA" : IPA, such as apple -> ˈæpəl. https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
- "PHONETIC_ENCODING_X_SAMPA" : X-SAMPA, such as apple -> "{p@l". https://en.wikipedia.org/wiki/X-SAMPA
Implementation
core.String? phoneticEncoding;