AudioDuration Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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; }

Property Value

Type: System..::..TimeSpan

The length of the audio signal for the word.

See Also