Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
RecognizedWordUnit.AudioPosition Property
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
'Declaration
Public ReadOnly Property AudioPosition As TimeSpan
Get
'Usage
Dim instance As RecognizedWordUnit
Dim value As TimeSpan
value = instance.AudioPosition
public TimeSpan AudioPosition { get; }
Property Value
Type: System.TimeSpan
The location in the input device's audio stream when recognition of the word began.