Skip to content

Commit 03f2d62

Browse files
committed
PR review fixes
1 parent 7acadba commit 03f2d62

File tree

7 files changed

+38
-12
lines changed

7 files changed

+38
-12
lines changed

articles/cognitive-services/Computer-vision/includes/identity-studio-quickstart.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,13 @@ Use Vision Studio to identify a face. This is a streamlined version of the face
2727
1. Next, you'll name the **person** and upload the images of their face. Then select **Enroll face** and wait for the model to finish training.
2828
1. Finally, upload another image in the bottom pane, and the service will determine whether it belongs to the **person** it was trained for.
2929
1. See the **Detected attributes** pane for the match results and confidence scores.
30-
1. Below the try-it-out experience are next steps to start using this capability in your own application.
30+
1. Below the try-it-out experience are next steps to start using this capability in your own application.
31+
32+
## Next steps
33+
34+
In this quickstart, you learned how to use Vision Studio to do a basic facial recognition task. Next, learn about the different face detection models and how to specify the right model for your use case.
35+
36+
> [!div class="nextstepaction"]
37+
> [Specify a face detection model version](../how-to/specify-detection-model.md)
38+
39+
* [What is the Face service?](../overview-identity.md)

articles/cognitive-services/Computer-vision/includes/image-analysis-studio-quickstart.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,13 @@ ms.author: pafarley
2323
1. To use the try-it-out experience, you will need to choose a resource and acknowledge it will incur usage according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/).
2424
1. Select an image from the available set, or upload your own.
2525
1. After you select your image, you'll see the detected tags appear in the output window along with their confidence scores. You can also select the **JSON** tab to see the JSON output that the API call returns.
26-
1. Below the try-it-out experience are next steps to start using this capability in your own application.
26+
1. Below the try-it-out experience are next steps to start using this capability in your own application.
27+
28+
## Next steps
29+
30+
In this quickstart, you used Vision Studio to do a basic image analysis task. Next, learn more about the Analyze API features.
31+
32+
> [!div class="nextstepaction"]
33+
> [Call the Analyze API](../how-to/call-analyze-image.md)
34+
35+
* [Image Analysis overview](../overview-image-analysis.md)

articles/cognitive-services/Computer-vision/includes/ocr-studio-quickstart.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,13 @@ ms.author: pafarley
2323
1. To use the try-it-out experience, you'll need to choose a resource and acknowledge it will incur usage according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/).
2424
1. Select an image from the available set, or upload your own.
2525
1. After you select your image, you'll see the extracted text appear in the output window. You can also select the **JSON** tab to see the JSON output that the API call returns.
26-
1. Below the try-it-out experience are next steps to start using this capability in your own application.
26+
1. Below the try-it-out experience are next steps to start using this capability in your own application.
27+
28+
## Next steps
29+
30+
In this quickstart, you used Vision Studio to access the Read API. Next, learn more about the Read API features.
31+
32+
> [!div class="nextstepaction"]
33+
> [Call the Read API](../how-to/call-read-api.md)
34+
35+
* [OCR overview](../overview-ocr.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,19 @@ To use Vision Studio, you'll need an Azure subscription and a resource for Cogni
2626
1. Create an Azure Subscription if you don't have one already. You can [create one for free](https://azure.microsoft.com/free/ai/).
2727

2828
1. Go to the [Vision Studio website](https://vision.cognitive.azure.com/). If it's your first time logging in, you'll see a popup window appear that prompts you to sign in to Azure and then choose or create a Vision resource. You have the option to skip this step and do it later.
29-
30-
![Vision studio startup wizard](./Images/vision-studio-wizard-1.png)
29+
:::image type="content" source="./Images/vision-studio-wizard-1.png" alt-text="Screenshot of Vision Studio startup wizard.":::
3130

3231
1. Select **Choose resource**, then select an existing resource within your subscription. If you'd like to create a new one, select **Create a new resource**. Then enter information for your new resource, such as a name, location, and resource group.
3332

34-
:::image type="content" source="./Images/vision-studio-wizard-2.png" alt-text="Resource selection panel":::
33+
:::image type="content" source="./Images/vision-studio-wizard-2.png" alt-text="Screenshot of Vision Studio resource selection panel.":::
3534

3635
> [!TIP]
3736
> * When you select a location for your Azure resource, choose one that's closest to you for lower latency.
3837
> * If you use the free pricing tier, you can keep using the Vision service even after your Azure free trial or service credit expires.
3938

4039
1. Select **Create resource**. Your resource will be created, and you'll be able to try the different features offered by Vision Studio.
4140

42-
:::image type="content" source="./Images/vision-studio-home-page.png" alt-text="Vision Studio home page":::
41+
:::image type="content" source="./Images/vision-studio-home-page.png" alt-text="Screenshot of Vision Studio home page.":::
4342

4443
1. From here, you can select any of the different features offered by Vision Studio. Some of them are outlined in the service quickstarts:
4544
* [OCR quickstart](quickstarts-sdk/client-library.md?pivots=vision-studio)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Computer Vision can power many digital asset management (DAM) scenarios. DAM is
3333

3434
## Getting started
3535

36-
Use [Vision studio](https://vision.cognitive.azure.com/) to try out Computer Vision features quickly in your web browser.
36+
Use [Vision Studio](https://vision.cognitive.azure.com/) to try out Computer Vision features quickly in your web browser.
3737

3838
To get started building Computer Vision into your app, follow a quickstart.
3939
* [Quickstart: Optical character recognition (OCR)](quickstarts-sdk/client-library.md)

articles/cognitive-services/Computer-vision/quickstarts-sdk/identity-client-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Quickstart: Use the Face service'
33
titleSuffix: Azure Cognitive Services
4-
description: The Face API offers client libraries that makes it easy to detect, find similar, identify, verify and more.
4+
description: The Face API offers client libraries that make it easy to detect, find similar, identify, verify and more.
55
services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme

articles/cognitive-services/Computer-vision/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ See the [OCR how-to guide](how-to/call-read-api.md#determine-how-to-process-the-
5757

5858
## June 2022
5959

60-
### Vision studio launch
60+
### Vision Studio launch
6161

62-
Vision studio is UI tool that lets you explore, build, and integrate features from Azure Cognitive Services for Vision into your applications.
62+
Vision Studio is UI tool that lets you explore, build, and integrate features from Azure Cognitive Services for Vision into your applications.
6363

6464
Language Studio provides you with a platform to try several service features, and see what they return in a visual manner. It also provides you with an easy-to-use experience to create custom projects and models to work on your data. Using the Studio, you can get started without needing to write code, and then use the available client libraries and REST APIs in your application.
6565

@@ -151,7 +151,7 @@ See the [Read API how-to guide](how-to/call-read-api.md) to learn more.
151151
152152

153153
### New Face API detection model
154-
* The new Detection 03 model is the most accurate detection model currently available. If you're a new a customer, we recommend using this model. Detection 03 improves both recall and precision on smaller faces found within images (64x64 pixels). Additional improvements include an overall reduction in false positives and improved detection on rotated face orientations. Combining Detection 03 with the new Recognition 04 model will provide improved recognition accuracy as well. See [Specify a face detection model](./how-to/specify-detection-model.md) for more details.
154+
* The new Detection 03 model is the most accurate detection model currently available. If you're a new customer, we recommend using this model. Detection 03 improves both recall and precision on smaller faces found within images (64x64 pixels). Additional improvements include an overall reduction in false positives and improved detection on rotated face orientations. Combining Detection 03 with the new Recognition 04 model will provide improved recognition accuracy as well. See [Specify a face detection model](./how-to/specify-detection-model.md) for more details.
155155
### New detectable Face attributes
156156
* The `faceMask` attribute is available with the latest Detection 03 model, along with the additional attribute `"noseAndMouthCovered"` which detects whether the face mask is worn as intended, covering both the nose and mouth. To use the latest mask detection capability, users need to specify the detection model in the API request: assign the model version with the _detectionModel_ parameter to `detection_03`. See [Specify a face detection model](./how-to/specify-detection-model.md) for more details.
157157
### New Face API Recognition Model

0 commit comments

Comments
 (0)