次の方法で共有


SearchResultsAnswer コンストラクター

定義

オーバーロード

SearchResultsAnswer()

SearchResultsAnswer クラスの新しいインスタンスを初期化します。

SearchResultsAnswer(String, String, String, Nullable<Int64>)

SearchResultsAnswer クラスの新しいインスタンスを初期化します。

SearchResultsAnswer()

SearchResultsAnswer クラスの新しいインスタンスを初期化します。

public SearchResultsAnswer();
Public Sub New ()

適用対象

SearchResultsAnswer(String, String, String, Nullable<Int64>)

SearchResultsAnswer クラスの新しいインスタンスを初期化します。

public SearchResultsAnswer(string id = default, string readLink = default, string webSearchUrl = default, long? totalEstimatedMatches = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.SearchResultsAnswer : string * string * string * Nullable<int64> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.SearchResultsAnswer
Public Sub New (Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing)

パラメーター

id
String

文字列識別子。

readLink
String

このリソースを返す URL。

webSearchUrl
String

このアイテムの検索結果をBingする URL。

totalEstimatedMatches
Nullable<Int64>

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

適用対象