Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

FilePrompt Class

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

'Declaration
Public Class FilePrompt _
    Inherits Prompt
'Usage
Dim instance As FilePrompt
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

Reference

FilePrompt Members

Microsoft.Speech.Synthesis Namespace