public interface CustomPronunciationParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomPronunciationParams.PhoneticEncoding |
getPhoneticEncoding()
The phonetic encoding of the phrase.
|
int |
getPhoneticEncodingValue()
The phonetic encoding of the phrase.
|
String |
getPhrase()
The phrase to which the customization will be applied.
|
com.google.protobuf.ByteString |
getPhraseBytes()
The phrase to which the customization will be applied.
|
String |
getPronunciation()
The pronunciation of the phrase.
|
com.google.protobuf.ByteString |
getPronunciationBytes()
The pronunciation of the phrase.
|
boolean |
hasPhoneticEncoding()
The phonetic encoding of the phrase.
|
boolean |
hasPhrase()
The phrase to which the customization will be applied.
|
boolean |
hasPronunciation()
The pronunciation of the phrase.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;boolean hasPhoneticEncoding()
The phonetic encoding of the phrase.
optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;
int getPhoneticEncodingValue()
The phonetic encoding of the phrase.
optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;
CustomPronunciationParams.PhoneticEncoding getPhoneticEncoding()
The phonetic encoding of the phrase.
optional .google.cloud.texttospeech.v1.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;
boolean hasPronunciation()
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
optional string pronunciation = 3;String getPronunciation()
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
optional string pronunciation = 3;com.google.protobuf.ByteString getPronunciationBytes()
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
optional string pronunciation = 3;Copyright © 2025 Google LLC. All rights reserved.