Share via


StructuredValue Constructors

Definition

Overloads

StructuredValue()

Initializes a new instance of the StructuredValue class.

StructuredValue(String, String, String, String, ImageObject, String, String)

Initializes a new instance of the StructuredValue class.

StructuredValue()

Initializes a new instance of the StructuredValue class.

public StructuredValue ();
Public Sub New ()

Applies to

StructuredValue(String, String, String, String, ImageObject, String, String)

Initializes a new instance of the StructuredValue class.

public StructuredValue (string id = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.ImageObject image = default, string description = default, string bingId = default);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.StructuredValue : string * string * string * string * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.ImageObject * string * string -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.StructuredValue
Public Sub New (Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional image As ImageObject = Nothing, Optional description As String = Nothing, Optional bingId As String = Nothing)

Parameters

id
String

A String identifier.

webSearchUrl
String

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

name
String

The name of the thing represented by this object.

url
String

The URL to get more information about the thing represented by this object.

image
ImageObject
description
String

A short description of the item.

bingId
String

An ID that uniquely identifies this item.

Applies to