次の方法で共有


TrendingImages.Categories プロパティ

定義

画像のカテゴリを識別するリストと、そのカテゴリ内のトレンド画像のリストを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="categories")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesCategory> Categories { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="categories")>]
member this.Categories : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesCategory> with get, set
Public Property Categories As IList(Of TrendingImagesCategory)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象