ImageKnowledge Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- image
- ImageObject
Image object containing metadata about the requested image.
Applies to
Azure SDK for .NET