Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class PhoneticEncoding.
The phonetic encoding of the phrase.
Protobuf type google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding
Namespace
Google \ Cloud \ TextToSpeech \ V1 \ CustomPronunciationParamsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PHONETIC_ENCODING_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum PHONETIC_ENCODING_UNSPECIFIED = 0;
PHONETIC_ENCODING_IPA
Value: 1
IPA. (e.g. apple -> ˈæpəl ) https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
Generated from protobuf enum PHONETIC_ENCODING_IPA = 1;
PHONETIC_ENCODING_X_SAMPA
Value: 2
X-SAMPA (e.g. apple -> "{p@l" ) https://en.wikipedia.org/wiki/X-SAMPA
Generated from protobuf enum PHONETIC_ENCODING_X_SAMPA = 2;