ImageAnalysisSkill.VisualFeatures Property

Definition

Gets or sets a list of visual features.

[Newtonsoft.Json.JsonProperty(PropertyName="visualFeatures")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.VisualFeature> VisualFeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="visualFeatures")>]
member this.VisualFeatures : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.VisualFeature> with get, set
Public Property VisualFeatures As IList(Of VisualFeature)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to