AudioSignalProblem Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the audio signal problem.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AudioSignalProblem As AudioSignalProblem
	Get
Visual Basic (Usage)
Dim instance As AudioSignalProblemOccurredEventArgs
Dim value As AudioSignalProblem

value = instance.AudioSignalProblem
C#
public AudioSignalProblem AudioSignalProblem { get; }

Property Value

Type: Microsoft.Speech.Recognition..::..AudioSignalProblem

The audio signal problem that caused the AudioSignalProblemOccurred event to be raised.

See Also