CollectionPage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CollectionPage() |
CollectionPage クラスの新しいインスタンスを初期化します。 |
CollectionPage(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String) |
CollectionPage クラスの新しいインスタンスを初期化します。 |
CollectionPage()
CollectionPage クラスの新しいインスタンスを初期化します。
public CollectionPage ();
Public Sub New ()
適用対象
CollectionPage(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String)
CollectionPage クラスの新しいインスタンスを初期化します。
public CollectionPage (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);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.CollectionPage : 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 -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.CollectionPage
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)
パラメーター
- 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
このクリエイティブ作品のテキスト コンテンツ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET