Skip to content

Commit 49d7161

Browse files
committed
clarify choice betw qs and studio
1 parent 0d019f5 commit 49d7161

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

articles/cognitive-services/Computer-vision/overview-identity.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ keywords: facial recognition, facial recognition software, facial analysis, face
2222
2323
The Azure Face service provides AI algorithms that detect, recognize, and analyze human faces in images. Facial recognition software is important in many different scenarios, such as identity verification, touchless access control, and face blurring for privacy.
2424

25+
You can use the Face service through a client library SDK or by calling the REST API directly. Follow the quickstart to get started.
26+
27+
> [!div class="nextstepaction"]
28+
> [Quickstart](quickstarts-sdk/identity-client-library.md)
29+
30+
Or, you can try out the capabilities of Face service quickly and easily in your browser using Vision Studio.
31+
32+
> [!div class="nextstepaction"]
33+
> [Try Vision Studio](https://vision.cognitive.azure.com/)
34+
2535
This documentation contains the following types of articles:
2636
* The [quickstarts](./quickstarts-sdk/identity-client-library.md) are step-by-step instructions that let you make calls to the service and get results in a short period of time.
2737
* The [how-to guides](./how-to/identity-detect-faces.md) contain instructions for using the service in more specific or customized ways.
@@ -74,6 +84,7 @@ The verification operation answers the question, "Do these two faces belong to t
7484
Verification is also a "one-to-one" matching of a face in an image to a single face from a secure repository or photo to verify that they're the same individual. Verification can be used for Identity Verification, such as a banking app that enables users to open a credit account remotely by taking a new picture of themselves and sending it with a picture of their photo ID.
7585

7686
For more information about identity verification, see the [Facial recognition](concept-face-recognition.md) concepts guide or the [Identify](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395239) and [Verify](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039523a) API reference documentation.
87+
7788
Try out the capabilities of face verification quickly and easily using Vision Studio.
7889
> [!div class="nextstepaction"]
7990
> [Try Vision Studio](https://vision.cognitive.azure.com/)

articles/cognitive-services/Computer-vision/overview-image-analysis.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ keywords: computer vision, computer vision applications, computer vision service
1818

1919
The Computer Vision Image Analysis service can extract a wide variety of visual features from your images. For example, it can determine whether an image contains adult content, find specific brands or objects, or find human faces.
2020

21-
You can use Image Analysis through a client library SDK or by calling the [REST API](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-ga/operations/5d986960601faab4bf452005) directly. Follow the [quickstart](quickstarts-sdk/image-analysis-client-library.md) to get started.
21+
You can use Image Analysis through a client library SDK or by calling the REST API directly. Follow the quickstart to get started.
2222

2323
> [!div class="nextstepaction"]
24-
> [Get started](quickstarts-sdk/image-analysis-client-library.md)
24+
> [Quickstart](quickstarts-sdk/image-analysis-client-library.md)
25+
26+
Or, you can try out the capabilities of Image Analysis quickly and easily in your browser using Vision Studio.
2527

26-
You can also try out the capabilities of Image Analysis quickly and easily in your browser using Vision Studio.
2728
> [!div class="nextstepaction"]
2829
> [Try Vision Studio](https://vision.cognitive.azure.com/)
2930

articles/cognitive-services/Computer-vision/overview-ocr.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ ms.custom: "seodec18, devx-track-csharp"
1717

1818
# What is Optical character recognition?
1919

20-
Optical character recognition (OCR) allows you to extract printed or handwritten text from images, such as photos of street signs and products, as well as from documents—invoices, bills, financial reports, articles, and more. Microsoft's OCR technologies support extracting printed text in [several languages](./language-support.md). Follow a [quickstart](./quickstarts-sdk/client-library.md) to get started, or try out the capabilities of OCR quickly and easily using Vision Studio.
20+
Optical character recognition (OCR) allows you to extract printed or handwritten text from images, such as photos of street signs and products, as well as from documents—invoices, bills, financial reports, articles, and more. Microsoft's OCR technologies support extracting printed text in [several languages](./language-support.md).
21+
22+
Follow a [quickstart](./quickstarts-sdk/client-library.md) to get started with the REST API or a client SDK. Or, try out the capabilities of OCR quickly and easily in your browser using Vision Studio.
23+
2124
> [!div class="nextstepaction"]
2225
> [Try Vision Studio](https://vision.cognitive.azure.com/)
2326

0 commit comments

Comments
 (0)