Skip to content

Commit d941967

Browse files
authored
Merge pull request #109367 from aahill/visual-search-tutorial
[CogSvcs] MVC compliance updates
2 parents 581eb0c + abc14cb commit d941967

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/cognitive-services/bing-visual-search/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
href: tutorial-visual-search-image-upload.md
4343
- name: Crop and search an area of an image
4444
href: tutorial-visual-search-crop-area-results.md
45+
- name: Find similar images from previous searches
46+
href: tutorial-visual-search-insights-token.md
47+
- name: Create a Single-page Web app
48+
href: tutorial-bing-visual-search-single-page-app.md
4549
- name: Samples
4650
items:
4751
- name: Code samples
@@ -64,10 +68,6 @@
6468
- name: Resize and crop thumbnails
6569
maintainContext: true
6670
href: ../bing-web-search/resize-and-crop-thumbnails.md
67-
- name: Search for an image Using image insight tokens
68-
href: tutorial-visual-search-insights-token.md
69-
- name: Create a Single-page Web app
70-
href: tutorial-bing-visual-search-single-page-app.md
7171
- name: Reference
7272
items:
7373
- name: REST v7 API

articles/cognitive-services/bing-visual-search/tutorial-bing-visual-search-single-page-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-visual-search
1111
ms.topic: tutorial
12-
ms.date: 11/29/2019
12+
ms.date: 03/27/2020
1313
ms.author: aahi
1414
---
15-
# Create a Visual Search single-page web app
15+
# Tutorial: Create a Visual Search single-page web app
1616

1717
The Bing Visual Search API returns insights for an image. You can either upload an image or provide a URL to one. Insights are visually similar images, shopping sources, webpages that include the image, and more. Insights returned by the Bing Visual Search API are similar to ones shown on Bing.com/images.
1818

articles/cognitive-services/bing-visual-search/tutorial-visual-search-insights-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-visual-search
1111
ms.topic: tutorial
12-
ms.date: 11/29/2019
12+
ms.date: 03/27/2020
1313
ms.author: aahi
1414
---
15-
# Find similar images from previous searches using ImageInsightsToken
15+
# Tutorial: Find similar images from previous searches using an image insights token
1616

1717
The Visual Search SDK enables you to find images online from previous searches that return an `ImageInsightsToken`. This application gets an `ImageInsightsToken` and uses the token in a subsequent search. It then sends the `ImageInsightsToken` to Bing and returns results that include Bing Search URLs and URLs of similar images found online.
1818

0 commit comments

Comments
 (0)