Class WebSearchOptions
public class WebSearchOptions
- Inheritance
-
objectWebSearchOptions
Fields
SearchContextSize
Optional. High level guidance for the amount of context window space to use for the search. One of low, medium, or high. medium is the default.
public SearchContextSize? SearchContextSize
Field Value
UserLocation
Optional. Approximate location parameters for the search.
public ApproximateLocation UserLocation
Field Value
Properties
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool