FilePrompt Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents a prompt created from a file.

The FilePrompt type exposes the following members.

Constructors

  NameDescription
Public methodFilePrompt(String, SynthesisMediaType)Creates a new instance of the FilePrompt class, specifying the path to the file and its media type.
Public methodFilePrompt(Uri, SynthesisMediaType)Creates a new instance of the FilePrompt class, specifying the location of the file and its media type.
Top

Properties

  NameDescription
Public propertyIsCompletedGets whether the Prompt has finished playing. (Inherited from Prompt.)
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

See Also