次の方法で共有


ImageAnalysis.Objects プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象