Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITASRTerminalEvent interface contains methods that retrieve the description of Automatic Speech Recognition terminal events that have occurred. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_ASRTERMINAL, the method's pEvent parameter is an IDispatch pointer for the ITASRTerminalEvent interface.
Inheritance
The ITASRTerminalEvent interface inherits from the IDispatch interface. ITASRTerminalEvent also has these types of members:
Methods
The ITASRTerminalEvent interface has these methods.
| ITASRTerminalEvent::get_Call The get_Call method returns a pointer to the ITCallInfo interface for the call object involved in the terminal event. |
| ITASRTerminalEvent::get_Error The get_Error method returns an HRESULT cast of the error associated with the terminal event. |
| ITASRTerminalEvent::get_Terminal The get_Terminal method returns a pointer to the ITTerminal interface for the terminal on which the event occurred. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |