Response Constructors

Definition

Overloads

Response()

Initializes a new instance of the Response class.

Response(String, String)

Initializes a new instance of the Response class.

Response()

Initializes a new instance of the Response class.

public Response ();
Public Sub New ()

Applies to

Response(String, String)

Initializes a new instance of the Response class.

public Response (string id = default, string webSearchUrl = default);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Response : string * string -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Response
Public Sub New (Optional id As String = Nothing, Optional webSearchUrl As String = Nothing)

Parameters

id
String

A String identifier.

webSearchUrl
String

The URL To Bing's search result for this item.

Applies to