Module: Google::Cloud::TextToSpeech::V1::CustomPronunciationParams::PhoneticEncoding
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
The phonetic encoding of the phrase.
Constant Summary collapse
- PHONETIC_ENCODING_UNSPECIFIED =
Not specified.
0
- PHONETIC_ENCODING_IPA =
IPA. (e.g. apple -> ˈæpəl ) https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
1
- PHONETIC_ENCODING_X_SAMPA =
X-SAMPA (e.g. apple -> "{p@l" ) https://en.wikipedia.org/wiki/X-SAMPA
2