FilePrompt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a prompt created from a file.
public ref class FilePrompt : System::Speech::Synthesis::Prompt
public class FilePrompt : System.Speech.Synthesis.Prompt
type FilePrompt = class
inherit Prompt
Public Class FilePrompt
Inherits Prompt
- Inheritance
Constructors
FilePrompt(String, SynthesisMediaType) |
Creates a new instance of the FilePrompt class, and specifies the path to the file and its media type. |
FilePrompt(Uri, SynthesisMediaType) |
Creates a new instance of the FilePrompt class, and specifies the location of the file and its media type. |
Properties
IsCompleted |
Gets whether the Prompt has finished playing. (Inherited from Prompt) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |