FilePrompt Class

Definition

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
FilePrompt

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)

Applies to