Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Browser.CallProxy.NotifyToneReceived Method

Raises a ToneReceived event.

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

Syntax

'Declaration
Protected Sub NotifyToneReceived ( _
    sender As Object, _
    tone As DtmfTone _
)
'Usage
Dim sender As Object
Dim tone As DtmfTone

Me.NotifyToneReceived(sender, tone)
protected void NotifyToneReceived(
    Object sender,
    DtmfTone tone
)

Parameters

See Also

Reference

Browser.CallProxy Class

Browser.CallProxy Members

Microsoft.Speech.VoiceXml Namespace