Share via


ImageKnowledge Constructors

Definition

Overloads

ImageKnowledge()

Initializes a new instance of the ImageKnowledge class.

ImageKnowledge(String, String, String, IList<ImageTag>, ImageObject)

Initializes a new instance of the ImageKnowledge class.

ImageKnowledge()

Initializes a new instance of the ImageKnowledge class.

public ImageKnowledge ();
Public Sub New ()

Applies to

ImageKnowledge(String, String, String, IList<ImageTag>, ImageObject)

Initializes a new instance of the ImageKnowledge class.

public ImageKnowledge (string id = default, string readLink = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag> tags = default, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject image = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageKnowledge : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTag> * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageKnowledge
Public Sub New (Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional tags As IList(Of ImageTag) = Nothing, Optional image As ImageObject = Nothing)

Parameters

id
String

A String identifier.

readLink
String

The URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header.

webSearchUrl
String

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

tags
IList<ImageTag>

A list of visual search tags.

image
ImageObject

Image object containing metadata about the requested image.

Applies to