你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BingCustomSearchConfiguration interface

必应自定义搜索配置。

属性

connectionId

使用 bing 搜索接地的连接 ID

count

要在 bing api 响应中返回的搜索结果数

freshness

按特定时间范围筛选搜索结果。 接受的值: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters

instanceName

给定用于配置的自定义配置实例的名称。

market

结果来源的市场。

setLang

调用 Bing API 时用于用户界面字符串的语言。

属性详细信息

connectionId

使用 bing 搜索接地的连接 ID

connectionId: string

属性值

string

count

要在 bing api 响应中返回的搜索结果数

count?: number

属性值

number

freshness

按特定时间范围筛选搜索结果。 接受的值: https://learn.microsoft.com/bing/search-apis/bing-web-search/reference/query-parameters

freshness?: string

属性值

string

instanceName

给定用于配置的自定义配置实例的名称。

instanceName: string

属性值

string

market

结果来源的市场。

market?: string

属性值

string

setLang

调用 Bing API 时用于用户界面字符串的语言。

setLang?: string

属性值

string