Images コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Images() |
Images クラスの新しいインスタンスを初期化します。 |
Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>, IList<Query>, IList<PivotSuggestions>, IList<Query>) |
Images クラスの新しいインスタンスを初期化します。 |
Images()
Images クラスの新しいインスタンスを初期化します。
public Images ();
Public Sub New ()
適用対象
Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>, IList<Query>, IList<PivotSuggestions>, IList<Query>)
Images クラスの新しいインスタンスを初期化します。
public Images (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> value, string id = default, string readLink = default, string webSearchUrl = default, long? totalEstimatedMatches = default, int? nextOffset = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> queryExpansions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions> pivotSuggestions = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> similarTerms = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Images : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> * string * string * string * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.PivotSuggestions> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Images
Public Sub New (value As IList(Of ImageObject), Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing, Optional nextOffset As Nullable(Of Integer) = Nothing, Optional queryExpansions As IList(Of Query) = Nothing, Optional pivotSuggestions As IList(Of PivotSuggestions) = Nothing, Optional similarTerms As IList(Of Query) = Nothing)
パラメーター
- value
- IList<ImageObject>
クエリに関連するイメージ オブジェクトの一覧。 結果がない場合、リストは空です。
- id
- String
文字列識別子。
- readLink
- String
このリソースを返す URL。
- webSearchUrl
- String
このアイテムの検索結果Bing URL。
クエリに関連する Web ページの推定数。 この数値を count および offset クエリ パラメーターと共に使用して、結果をページングします。
元のクエリを絞り込む展開されたクエリの一覧。 たとえば「Microsoft Surface」というクエリは、Microsoft Surface Pro 3、Microsoft Surface RT、Microsoft Surface Phone、Microsoft Surface Hub に展開される可能性があります。
- pivotSuggestions
- IList<PivotSuggestions>
元のクエリのセグメントの一覧。 たとえば、クエリが Red Flowers の場合、Bingはクエリを赤と花にセグメント化できます。 [花] ピボットには、レッド Peonies や Red ヒナギクなどのクエリ候補が含まれる場合があり、Red ピボットには緑の花や黄色の花などのクエリ候補が含まれている場合があります。
適用対象
Azure SDK for .NET