次の方法で共有


Image.Tags プロパティ

定義

このイメージに関連付けられているタグを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象