SearchResultsAnswer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SearchResultsAnswer() |
Initializes a new instance of the SearchResultsAnswer class. |
SearchResultsAnswer(String, String, String, Nullable<Int64>) |
Initializes a new instance of the SearchResultsAnswer class. |
SearchResultsAnswer()
Initializes a new instance of the SearchResultsAnswer class.
public SearchResultsAnswer ();
Public Sub New ()
Applies to
SearchResultsAnswer(String, String, String, Nullable<Int64>)
Initializes a new instance of the SearchResultsAnswer class.
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)
Parameters
- id
- String
A String identifier.
- readLink
- String
The URL that returns this resource.
- webSearchUrl
- String
The URL To Bing's search result for this item.
The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.