Interface CustomPronunciationParamsOrBuilder (2.54.0)

public interface CustomPronunciationParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPhoneticEncoding()

public abstract CustomPronunciationParams.PhoneticEncoding getPhoneticEncoding()

The phonetic encoding of the phrase.

optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;

Returns
Type Description
CustomPronunciationParams.PhoneticEncoding

The phoneticEncoding.

getPhoneticEncodingValue()

public abstract int getPhoneticEncodingValue()

The phonetic encoding of the phrase.

optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;

Returns
Type Description
int

The enum numeric value on the wire for phoneticEncoding.

getPhrase()

public abstract String getPhrase()

The phrase to which the customization will be applied. The phrase can be multiple words (in the case of proper nouns etc), but should not span to a whole sentence.

optional string phrase = 1;

Returns
Type Description
String

The phrase.

getPhraseBytes()

public abstract ByteString getPhraseBytes()

The phrase to which the customization will be applied. The phrase can be multiple words (in the case of proper nouns etc), but should not span to a whole sentence.

optional string phrase = 1;

Returns
Type Description
ByteString

The bytes for phrase.

getPronunciation()

public abstract String getPronunciation()

The pronunciation of the phrase. This must be in the phonetic encoding specified above.

optional string pronunciation = 3;

Returns
Type Description
String

The pronunciation.

getPronunciationBytes()

public abstract ByteString getPronunciationBytes()

The pronunciation of the phrase. This must be in the phonetic encoding specified above.

optional string pronunciation = 3;

Returns
Type Description
ByteString

The bytes for pronunciation.

hasPhoneticEncoding()

public abstract boolean hasPhoneticEncoding()

The phonetic encoding of the phrase.

optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;

Returns
Type Description
boolean

Whether the phoneticEncoding field is set.

hasPhrase()

public abstract boolean hasPhrase()

The phrase to which the customization will be applied. The phrase can be multiple words (in the case of proper nouns etc), but should not span to a whole sentence.

optional string phrase = 1;

Returns
Type Description
boolean

Whether the phrase field is set.

hasPronunciation()

public abstract boolean hasPronunciation()

The pronunciation of the phrase. This must be in the phonetic encoding specified above.

optional string pronunciation = 3;

Returns
Type Description
boolean

Whether the pronunciation field is set.