Gets the time interval that represents the length of the audio signal for the word.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property AudioDuration As TimeSpan Get |
Visual Basic (Usage) |
---|
Dim instance As RecognizedWordUnit Dim value As TimeSpan value = instance.AudioDuration |
C# |
---|
public TimeSpan AudioDuration { get; } |