ListenElementStartEvent Class

ListenElementStartEvent Class

Raised by:  TAS
Base Class:  ListenElementEvent
Derived Classes:  None

ListenElementStartEvent is raised by the platform at the start of a listen element recognition process.

ListenElementStartEvent has the following properties:

Property

Type

Description

Operation

String

The name of the script event that was raised or method that was called (for example, onreco, start, or onerror).

AttributesAndProperties

String

A string containing all attributes and properties of the element, including XML type information with the XML DOM object and recognition results.
If the property is not an XML type, only strings and numbers are included.

ID

String

The ID attribute of the element.

GrammarUrls

StringArray

An array of grammar URLs that were used in this Dtmf recognition. This property is populated at the start and completion of the recognition. Only grammars currently loaded are included in the array.

Record

Boolean

True, if the listen element contains a record element.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Filters | Filtering Logged Events