Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class CustomPronunciationParams.
Pronunciation customization for a phrase.
Generated from protobuf message google.cloud.texttospeech.v1.CustomPronunciationParams
Namespace
Google \ Cloud \ TextToSpeech \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ phrase
string
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.
↳ phonetic_encoding
int
The phonetic encoding of the phrase.
↳ pronunciation
string
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
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.
string
hasPhrase
clearPhrase
setPhrase
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.
var
string
$this
getPhoneticEncoding
The phonetic encoding of the phrase.
int
hasPhoneticEncoding
clearPhoneticEncoding
setPhoneticEncoding
The phonetic encoding of the phrase.
var
int
$this
getPronunciation
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
string
hasPronunciation
clearPronunciation
setPronunciation
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
var
string
$this