ImageKnowledge interface
Defines a visual search API response.
Properties
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
image | Image object containing metadata about the requested image. NOTE: This property will not be serialized. It can only be populated by the server. |
read |
The URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | A list of visual search tags. NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The URL to Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
image
Image object containing metadata about the requested image. NOTE: This property will not be serialized. It can only be populated by the server.
image?: ImageObject
Property Value
readLink
The URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header. NOTE: This property will not be serialized. It can only be populated by the server.
readLink?: string
Property Value
string
tags
A list of visual search tags. NOTE: This property will not be serialized. It can only be populated by the server.
tags?: ImageTag[]
Property Value
ImageTag[]
webSearchUrl
The URL to Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string