Share via


BingCustomSearchConfiguration.Count Property

Definition

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)

Property Value

Applies to