Share via


Response Constructors

Definition

Overloads

Response()

Initializes a new instance of the Response class.

Response(String)

Initializes a new instance of the Response class.

Response()

Source:
Response.cs

Initializes a new instance of the Response class.

public Response ();
Public Sub New ()

Applies to

Response(String)

Source:
Response.cs

Initializes a new instance of the Response class.

public Response (string id = default);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.Response : string -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.Response
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

A String identifier.

Applies to