Skip to content

Commit 0acbd2c

Browse files
authored
Merge pull request #76836 from aahill/freshness
[CogSvcs] Freshness updates
2 parents 4bf6753 + 42eaa02 commit 0acbd2c

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
lines changed

articles/cognitive-services/Bing-Custom-Search/call-endpoint-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-custom-search
1111
ms.topic: quickstart
12-
ms.date: 03/04/2018
12+
ms.date: 05/15/2019
1313
ms.author: aahi
1414
---
1515

articles/cognitive-services/Bing-Image-Search/tutorial-image-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-image-search
1010
ms.topic: tutorial
11-
ms.date: 9/14/2018
11+
ms.date: 05/15/2019
1212
ms.author: aahi
1313
---
1414

articles/cognitive-services/Bing-News-Search/concepts/send-search-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-news-search
1111
ms.topic: quickstart
12-
ms.date: 12/13/2018
12+
ms.date: 05/15/2019
1313
ms.author: aahi
1414
---
1515

articles/cognitive-services/Bing-Web-Search/language-support.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-web-search
1010
ms.topic: article
11-
ms.date: 09/25/2018
11+
ms.date: 05/15/2019
1212
ms.author: aahi
1313
---
1414

@@ -105,3 +105,7 @@ Alternatively, you can specify the market with the `mkt` query parameter, and a
105105
|United Kingdom|English|en-GB|
106106
|United States|English|en-US|
107107
|United States|Spanish|es-US|
108+
109+
## Next steps
110+
111+
* [Bing Image Search API reference](//docs.microsoft.com/rest/api/cognitiveservices/bing-images-api-v7-reference)

articles/cognitive-services/Bing-Web-Search/paging-webpages.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 26CA595B-0866-43E8-93A2-F2B5E09D1F3B
99
ms.service: cognitive-services
1010
ms.subservice: bing-web-search
1111
ms.topic: conceptual
12-
ms.date: 08/20/2018
12+
ms.date: 05/15/2019
1313
ms.author: aahi
1414
---
1515

@@ -19,7 +19,7 @@ When you call the Web Search API, Bing returns a list of results. The list is a
1919

2020
The following example shows the `totalEstimatedMatches` field that a Web answer includes.
2121

22-
```
22+
```json
2323
{
2424
"_type" : "SearchResponse",
2525
"webPages" : {
@@ -60,3 +60,7 @@ If you specify the `responseFilter` query parameter and do not include Webpages
6060

6161
> [!NOTE]
6262
> The `TotalEstimatedAnswers` field is an estimate of the total number of search results you can retrieve for the current query. When you set `count` and `offset` parameters, the `TotalEstimatedAnswers` number may change.
63+
64+
## Next steps
65+
66+
* [What is the Bing Web Search API](overview.md)?

articles/cognitive-services/Bing-Web-Search/sdk-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-web-search
1010
ms.topic: sample
11-
ms.date: 03/16/2019
11+
ms.date: 05/15/2019
1212
ms.author: aahi
1313
---
1414

articles/cognitive-services/Bing-Web-Search/tutorial-bing-web-search-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-web-search
1010
ms.topic: tutorial
11-
ms.date: 09/12/2018
11+
ms.date: 05/15/2019
1212
ms.author: aahi
1313
---
1414

articles/cognitive-services/Speech-Service/how-to-migrate-from-translator-speech-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ description: Learn how to migrate your applications from the Translator Speech A
55
services: cognitive-services
66
author: aahill
77
manager: nitinme
8-
98
ms.service: cognitive-services
109
ms.subservice: speech-service
1110
ms.topic: conceptual
12-
ms.date: 10/01/2018
11+
ms.date: 05/15/2019
1312
ms.author: aahi
1413
---
1514

0 commit comments

Comments
 (0)