Google Cloud Text-to-Speech v1 API - Class CustomPronunciations (3.8.0)

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.

Inheritance

object > CustomPronunciations

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

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