Share via


RecognizeFailed.Deserialize(String) Method

Definition

Deserialize RecognizeFailed event.

public static Azure.Communication.CallAutomation.RecognizeFailed Deserialize (string content);
static member Deserialize : string -> Azure.Communication.CallAutomation.RecognizeFailed
Public Shared Function Deserialize (content As String) As RecognizeFailed

Parameters

content
String

The json content.

Returns

The new RecognizeFailed object.

Applies to