BingCustomSearchConfiguration.Count Property
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.
The number of search results to return in the response. The default is 5 and the maximum value is 50. The actual number delivered may be less than requested.
- It is possible for multiple pages to include some overlap in results.
- This parameter affects only web page results. It's possible that AI model might not use all search results returned by Bing.
public long? Count { get; set; }
member this.Count : Nullable<int64> with get, set
Public Property Count As Nullable(Of Long)