FilePrompt Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents a prompt created from a file.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.Synthesis..::..Prompt
    Microsoft.Speech.Synthesis..::..FilePrompt

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

Syntax

Visual Basic (Declaration)
Public Class FilePrompt _
	Inherits Prompt
Visual Basic (Usage)
Dim instance As FilePrompt
C#
public class FilePrompt : Prompt

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also