Google Cloud Dialogflow V2 Client - Class PhoneticEncoding (2.3.0)

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 \ CustomPronunciationParams

Methods

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, 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: 2

X-SAMPA, such as apple -> "{p@l".

https://en.wikipedia.org/wiki/X-SAMPA

Generated from protobuf enum PHONETIC_ENCODING_X_SAMPA = 2;