VisualSearchRequest.ImageInfo Property

Definition

Gets or sets a JSON object that identities the image to get insights of.

[Newtonsoft.Json.JsonProperty(PropertyName="imageInfo")]
public Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageInfo ImageInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageInfo")>]
member this.ImageInfo : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageInfo with get, set
Public Property ImageInfo As ImageInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to