public sealed class CustomPronunciations : IMessage<CustomPronunciations>, IEquatable<CustomPronunciations>, IDeepCloneable<CustomPronunciations>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class CustomPronunciations.
A collection of pronunciation customizations.
Implements
IMessageCustomPronunciations, IEquatableCustomPronunciations, IDeepCloneableCustomPronunciations, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
CustomPronunciations()
public CustomPronunciations()
CustomPronunciations(CustomPronunciations)
public CustomPronunciations(CustomPronunciations other)
Parameter | |
---|---|
Name | Description |
other |
CustomPronunciations |
Properties
Pronunciations
public RepeatedField<CustomPronunciationParams> Pronunciations { get; }
The pronunciation customizations to be applied.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomPronunciationParams |