Share via


ImageRegionProposal.Proposals Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="proposals")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.RegionProposal> Proposals { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="proposals")>]
member this.Proposals : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.RegionProposal>
Public ReadOnly Property Proposals As IList(Of RegionProposal)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to