BingCustomSearchConfiguration Class
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.
A bing custom search configuration.
public class BingCustomSearchConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration>
type BingCustomSearchConfiguration = class
interface IJsonModel<BingCustomSearchConfiguration>
interface IPersistableModel<BingCustomSearchConfiguration>
Public Class BingCustomSearchConfiguration
Implements IJsonModel(Of BingCustomSearchConfiguration), IPersistableModel(Of BingCustomSearchConfiguration)
- Inheritance
-
BingCustomSearchConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| BingCustomSearchConfiguration(String, String) |
Initializes a new instance of BingCustomSearchConfiguration. |
Properties
| Name | Description |
|---|---|
| Count |
The number of search results to return in the bing api response. |
| Freshness |
Filter search results by a specific time range. See accepted values here. |
| InstanceName |
Name of the custom configuration instance given to config. |
| Market |
The market where the results come from. |
| ProjectConnectionId |
Project connection id for grounding with bing search. |
| SetLang |
The language to use for user interface strings when calling Bing API. |