次の方法で共有


DetectResult.Objects プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象