SynthesisMediaType Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Enumerates the types of media files.

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

Syntax

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

Members

Member nameDescription
TextIndicates that the media type is Text.
SsmlIndicates that the media type is SSML.
WaveAudioIndicates that the media type is WaveAudio.

Remarks

The constructors of the FilePrompt class use SynthesisMediaType to indicate the media type of the file from which the prompt will be constructed.

See Also