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