Share via


ImageTag.Actions Property

Definition

Gets actions within this tag. The order of the items denotes the default ranking order of these actions, with the first action being the most likely user intent.

[Newtonsoft.Json.JsonProperty(PropertyName="actions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageAction> Actions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageAction>
Public ReadOnly Property Actions As IList(Of ImageAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to