







Gets the location in the input device's audio stream when recognition of the word began.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AudioPosition As TimeSpan Get |
| Visual Basic (Usage) |
|---|
Dim instance As RecognizedWordUnit Dim value As TimeSpan value = instance.AudioPosition |
| C# |
|---|
public TimeSpan AudioPosition { get; } |
Property Value
Type: System..::..TimeSpanThe location in the input device's audio stream when recognition of the word began.
