Dela via


LandmarkResults.Landmarks Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="landmarks")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.LandmarksModel> Landmarks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="landmarks")>]
member this.Landmarks : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.LandmarksModel> with get, set
Public Property Landmarks As IList(Of LandmarksModel)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to