Data struct passed to a user registered IVR callback procedure. Can be used to perform speech recognition of received phone line audio data or other signal processing of received audio.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class IVR_RECOGNITION_DATA : IDisposable
Visual Basic (Declaration)
Public Class IVR_RECOGNITION_DATA _
	Implements IDisposable
Visual C++
public ref class IVR_RECOGNITION_DATA : IDisposable
J#
public class IVR_RECOGNITION_DATA implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.IVR_RECOGNITION_DATA

See Also