SynthesisTextFormat Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Enumerates the types of text formats that may be used to construct a Prompt object.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration SynthesisTextFormat
Visual Basic (Usage)
Dim instance As SynthesisTextFormat
C#
public enum SynthesisTextFormat

Members

Member nameDescription
TextIndicates that text format is Text.
SsmlIndicates that text format is SSML.

Remarks

The Prompt(String, SynthesisTextFormat) constructor uses SynthesisTextFormat to indicate the format of the text that its textToSpeak parameter contains.

See Also