You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/bing-visual-search/quickstarts/go.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ ms.author: aahi
15
15
16
16
# Quickstart: Get image insights using the Bing Visual Search REST API and Go
17
17
18
-
This quickstart uses the Go programming language to call the Bing Visual Search API and display results. A POST request uploads an image to the API endpoint. The results include URLs and descriptive information about images similar to the uploaded image.
18
+
Use this quickstart to make your first call to the Bing Visual Search API using the Go programming language. A POST request uploads an image to the API endpoint. The results include URLs and descriptive information about images similar to the uploaded image.
19
19
20
20
## Prerequisites
21
21
22
22
* Install the [Go binaries](https://golang.org/dl/).
23
-
*The go-spew deep pretty printer, which is used to display results. Install go-spew with the `$ go get -u https://github.com/davecgh/go-spew` command.
23
+
*Install the go-spew deep pretty printer, which is used to display results. To install go-spew, use the `$ go get -u https://github.com/davecgh/go-spew` command.
Copy file name to clipboardExpand all lines: articles/cognitive-services/bing-visual-search/quickstarts/ruby.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: aahi
15
15
16
16
# Quickstart: Get image insights using the Bing Visual Search REST API and Ruby
17
17
18
-
This quickstart uses the Ruby programming language to call Bing Visual Search and display results. A POST request uploads an image to the API endpoint. The results include URLs and descriptive information about images similar to the uploaded image.
18
+
Use this quickstart to make your first call to the Bing Visual Search API using the Ruby programming language. A POST request uploads an image to the API endpoint. The results include URLs and descriptive information about images similar to the uploaded image.
19
19
20
20
## Prerequisites
21
21
@@ -282,5 +282,5 @@ JSON Response:
282
282
## Next steps
283
283
284
284
> [!div class="nextstepaction"]
285
-
> [Bing Visual Search overview](../overview.md)
285
+
> [What is the Bing Visual Search API?](../overview.md)
286
286
> [Build a Visual Search single-page web app](../tutorial-bing-visual-search-single-page-app.md)
0 commit comments