次の方法で共有


ImageInsights.Recipes プロパティ

定義

画像に関連するレシピの一覧を取得します。 たとえば、画像がアップルパイの場合、リストにはアップルパイを作成するためのレシピが含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="recipes")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecipesModule Recipes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recipes")>]
member this.Recipes : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.RecipesModule
Public ReadOnly Property Recipes As RecipesModule

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象