Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.NotifyRecorderStopped Method
Raises a RecorderStopped event.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected Sub NotifyRecorderStopped ( _
sender As Object, _
methodResult As Boolean, _
exception As Exception _
)
'Usage
Dim sender As Object
Dim methodResult As Boolean
Dim exception As Exception
Me.NotifyRecorderStopped(sender, _
methodResult, exception)
protected void NotifyRecorderStopped(
Object sender,
bool methodResult,
Exception exception
)
Parameters
- sender
Type: System.Object
- methodResult
Type: System.Boolean
- exception
Type: System.Exception