ImageKnowledge Class
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.
Defines a visual search API response.
public class ImageKnowledge : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Response
type ImageKnowledge = class
inherit Response
Public Class ImageKnowledge
Inherits Response
- Inheritance
Constructors
ImageKnowledge() |
Initializes a new instance of the ImageKnowledge class. |
ImageKnowledge(String, String, String, IList<ImageTag>, ImageObject) |
Initializes a new instance of the ImageKnowledge class. |
Properties
Id |
Gets a String identifier. (Inherited from Identifiable) |
Image |
Gets image object containing metadata about the requested image. |
ReadLink |
Gets the URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header. (Inherited from Response) |
Tags |
Gets a list of visual search tags. |
WebSearchUrl |
Gets the URL to Bing's search result for this item. (Inherited from Response) |
Applies to
Azure SDK for .NET