Class CustomPronunciations
A collection of pronunciation customizations.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class CustomPronunciations : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Pronunciations
The pronunciation customizations to be applied.
Declaration
[JsonProperty("pronunciations")]
public virtual IList<CustomPronunciationParams> Pronunciations { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomPronunciationParams> |