Table of Contents

Enum TextToSpeechSynthesisTimePointing

The type of timepoint information that is returned in the response.

public enum TextToSpeechSynthesisTimePointing

Fields

Default = 0

Default value. Do not use.

[EnumMember(Value = "SSML_MARK")] SsmlMark = 2

Timepoint information of <mark> tags in SSML input will be returned.

[EnumMember(Value = "TIMEPOINT_TYPE_UNSPECIFIED")] Unspecified = 1

Not specified. No timepoint information will be returned.