Enum CustomPronunciationParams.PhoneticEncoding (2.54.0)

public enum CustomPronunciationParams.PhoneticEncoding extends Enum<CustomPronunciationParams.PhoneticEncoding> implements ProtocolMessageEnum

The phonetic encoding of the phrase.

Protobuf enum google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding

Implements

ProtocolMessageEnum

Static Fields

Name Description
PHONETIC_ENCODING_IPA

IPA. (e.g. apple -> ˈæpəl ) https://en.wikipedia.org/wiki/International_Phonetic_Alphabet

PHONETIC_ENCODING_IPA = 1;

PHONETIC_ENCODING_IPA_VALUE

IPA. (e.g. apple -> ˈæpəl ) https://en.wikipedia.org/wiki/International_Phonetic_Alphabet

PHONETIC_ENCODING_IPA = 1;

PHONETIC_ENCODING_UNSPECIFIED

Not specified.

PHONETIC_ENCODING_UNSPECIFIED = 0;

PHONETIC_ENCODING_UNSPECIFIED_VALUE

Not specified.

PHONETIC_ENCODING_UNSPECIFIED = 0;

PHONETIC_ENCODING_X_SAMPA

X-SAMPA (e.g. apple -> "{p@l" ) https://en.wikipedia.org/wiki/X-SAMPA

PHONETIC_ENCODING_X_SAMPA = 2;

PHONETIC_ENCODING_X_SAMPA_VALUE

X-SAMPA (e.g. apple -> "{p@l" ) https://en.wikipedia.org/wiki/X-SAMPA

PHONETIC_ENCODING_X_SAMPA = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()