Note

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

Prompt.IsCompleted Property

Gets whether the Prompt has finished playing.

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

Syntax

'Declaration
Public Property IsCompleted As Boolean
    Get
    Friend Set
'Usage
Dim instance As Prompt
Dim value As Boolean

value = instance.IsCompleted
public bool IsCompleted { get; internal set; }

Property Value

Type: System.Boolean
Returns false if the prompt has completed; otherwise true.

See Also

Reference

Prompt Class

Prompt Members

Microsoft.Speech.Synthesis Namespace