Recipe コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Recipe() |
Recipe クラスの新しいインスタンスを初期化します。 |
Recipe(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String, String, String, String) |
Recipe クラスの新しいインスタンスを初期化します。 |
Recipe()
Recipe クラスの新しいインスタンスを初期化します。
public Recipe ();
Public Sub New ()
適用対象
Recipe(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String, String, String, String)
Recipe クラスの新しいインスタンスを初期化します。
public Recipe (string id = default, string readLink = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject image = default, string description = default, string alternateName = default, string bingId = default, string thumbnailUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Thing> provider = default, string datePublished = default, string text = default, string cookTime = default, string prepTime = default, string totalTime = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Recipe : string * string * string * string * string * Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Thing> * string * string * string * string * string -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Recipe
Public Sub New (Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional image As ImageObject = Nothing, Optional description As String = Nothing, Optional alternateName As String = Nothing, Optional bingId As String = Nothing, Optional thumbnailUrl As String = Nothing, Optional provider As IList(Of Thing) = Nothing, Optional datePublished As String = Nothing, Optional text As String = Nothing, Optional cookTime As String = Nothing, Optional prepTime As String = Nothing, Optional totalTime As String = Nothing)
パラメーター
- id
- String
文字列識別子。
- readLink
- String
このリソースを返す URL。
- webSearchUrl
- String
このアイテムの検索結果Bing URL。
- name
- String
このオブジェクトによって表されるモノの名前。
- url
- String
このオブジェクトによって表されるモノに関する詳細情報を取得する URL。
- image
- ImageObject
アイテムの画像。
- description
- String
項目の簡単な説明。
- alternateName
- String
アイテムのエイリアス
- bingId
- String
このアイテムを一意に識別する ID。
- thumbnailUrl
- String
アイテムのサムネイルへの URL。
- datePublished
- String
CreativeWork が発行された日付。
- text
- String
このクリエイティブ作品のテキスト コンテンツ
- cookTime
- String
料理に要する時間。 たとえば、PT25M です。 時刻形式の詳細については、「」を参照してください http://en.wikipedia.org/wiki/ISO_8601#Durations。
- prepTime
- String
成分を調製するために必要な時間。 たとえば、PT15M です。 時刻形式の詳細については、「」を参照してください http://en.wikipedia.org/wiki/ISO_8601#Durations。
- totalTime
- String
レシピの準備と調理に要する合計時間。 たとえば、PT45M です。 時刻形式の詳細については、「」を参照してください http://en.wikipedia.org/wiki/ISO_8601#Durations。
適用対象
Azure SDK for .NET