次の方法で共有


Images コンストラクター

定義

オーバーロード

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。

totalEstimatedMatches
Nullable<Int64>

クエリに関連する Web ページの推定数。 この数値を count および offset クエリ パラメーターと共に使用して、結果をページングします。

nextOffset
Nullable<Int32>

重複除去の一部として使用されます。 次の改ページ要求でクライアントが使用する次のオフセットをクライアントに通知します

queryExpansions
IList<Query>

元のクエリを絞り込む展開されたクエリの一覧。 たとえば「Microsoft Surface」というクエリは、Microsoft Surface Pro 3、Microsoft Surface RT、Microsoft Surface Phone、Microsoft Surface Hub に展開される可能性があります。

pivotSuggestions
IList<PivotSuggestions>

元のクエリのセグメントの一覧。 たとえば、クエリが Red Flowers の場合、Bingはクエリを赤と花にセグメント化できます。 [花] ピボットには、レッド Peonies や Red ヒナギクなどのクエリ候補が含まれる場合があり、Red ピボットには緑の花や黄色の花などのクエリ候補が含まれている場合があります。

similarTerms
IList<Query>

ユーザーのクエリ用語と意味が似ている用語の一覧。

適用対象