Class CustomPronunciationParams
Pronunciation customization for a phrase.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class CustomPronunciationParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneticEncoding
The phonetic encoding of the phrase.
Declaration
[JsonProperty("phoneticEncoding")]
public virtual string PhoneticEncoding { get; set; }
Property Value
Type | Description |
---|---|
string |
Phrase
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.
Declaration
[JsonProperty("phrase")]
public virtual string Phrase { get; set; }
Property Value
Type | Description |
---|---|
string |
Pronunciation
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
Declaration
[JsonProperty("pronunciation")]
public virtual string Pronunciation { get; set; }
Property Value
Type | Description |
---|---|
string |