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
- sender
Type: System.Object
- tone
Type: Microsoft.Speech.Recognition.DtmfTone