ImageTag.Actions Property
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET