Skip to content

Commit 06c7778

Browse files
authored
Merge pull request #3104 from PatrickFarley/freshness-pass
Freshness pass
2 parents 31032e8 + 6df3461 commit 06c7778

34 files changed

+155
-128
lines changed

articles/ai-services/computer-vision/computer-vision-resource-container-config.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-vision
99
ms.topic: how-to
10-
ms.date: 01/19/2024
10+
ms.date: 02/21/2025
1111
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1212
ms.author: aahi
1313
---
@@ -58,7 +58,7 @@ The `Billing` setting specifies the endpoint URI of the _Azure AI services_ reso
5858

5959
This setting can be found in the following place:
6060

61-
* Azure portal: **Azure AI services** Overview, labeled `Endpoint`
61+
* Azure portal: **Azure AI services** Overview; labeled `Endpoint`
6262

6363
Remember to add the `vision/<version>` routing to the endpoint URI as shown in the following table.
6464

@@ -97,7 +97,7 @@ The exact syntax of the host mount location varies depending on the host operati
9797

9898
## Example docker commands
9999

100-
The following examples use the configuration settings to illustrate how to write and use `docker run` commands. Once running, the container continues to run until you [stop](computer-vision-how-to-install-containers.md#stop-the-container) it.
100+
The following examples use the configuration settings to illustrate how to write and use `docker run` commands. Once running, the container continues to run until you [stop](computer-vision-how-to-install-containers.md#stop-the-container) it.
101101

102102
* **Line-continuation character**: The Docker commands in the following sections use the back slash, `\`, as a line continuation character. Replace or remove this based on your host operating system's requirements.
103103
* **Argument order**: Do not change the order of the arguments unless you're familiar with Docker containers.
@@ -112,7 +112,8 @@ Replace {_argument_name_} with your own values:
112112
[!INCLUDE [subdomains-note](../includes/cognitive-services-custom-subdomains-note.md)]
113113

114114
> [!IMPORTANT]
115-
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](computer-vision-how-to-install-containers.md#billing).
115+
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](computer-vision-how-to-install-containers.md#billing).
116+
>
116117
> The ApiKey value is the **Key** from the Vision resource keys page.
117118
118119
## Container Docker examples
@@ -170,6 +171,7 @@ Logging:Console:LogLevel:Default=Information
170171

171172
---
172173

173-
## Next steps
174+
## Next step
174175

175-
* Review [How to install and run containers](computer-vision-how-to-install-containers.md).
176+
> [div class="nextstepaction"]
177+
> Review [How to install and run containers](computer-vision-how-to-install-containers.md).

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
@@ -56,6 +56,7 @@ It's important to note the limitations of background removal:
5656

5757
The background removal feature is available through the [Segment](/rest/api/computervision/image-analysis/segment?view=rest-computervision-2023-02-01-preview&tabs=HTTP) API (`imageanalysis:segment`). See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
5858

59-
## Next steps
59+
## Next step
6060

61-
* [Call the background removal API](./how-to/background-removal.md)
61+
> [!div class="nextstepaction"]
62+
> [Call the background removal API](./how-to/background-removal.md)

articles/ai-services/computer-vision/concept-categorizing-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
1515

1616
# Image categorization
1717

18-
In addition to tags and a description, Image Analysis 3.2 can return the taxonomy-based categories detected in an image. Unlike tags, categories are organized in a parent/child hierarchy, and there are fewer of them (86, as opposed to thousands of tags). All category names are in English. Categorization can be done by itself or alongside the newer tags model.
18+
In addition to tags and a description, Image Analysis 3.2 can return the taxonomy-based categories detected in an image. Unlike tags, categories are organized in a parent/child hierarchy, and there are fewer of them (86, as opposed to thousands of tags). All category names are in English. Categorization can be done by itself or in the same API call as the newer tags model.
1919

2020
## The 86-category taxonomy
2121

@@ -61,6 +61,6 @@ The categorization feature is part of the [Analyze Image 3.2](/rest/api/computer
6161

6262
* [Quickstart: Vision REST API or client libraries](./quickstarts-sdk/image-analysis-client-library.md?pivots=programming-language-csharp)
6363

64-
## Next steps
64+
## Related content
6565

6666
Learn the related concepts of [tagging images](concept-tagging-images.md) and [describing images](concept-describing-images.md).

articles/ai-services/computer-vision/concept-detecting-color-schemes.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,24 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
1515

1616
# Color scheme detection
1717

18-
Azure AI Vision analyzes the colors in an image to provide three different attributes: the dominant foreground color, the dominant background color, and the larger set of dominant colors in the image. The set of possible returned colors is: black, blue, brown, gray, green, orange, pink, purple, red, teal, white, and yellow.
18+
Azure AI Vision can analyze the colors in an image and return various attributes that describe those colors.
1919

20+
## Dominant colors
21+
The service returns three different attributes: the dominant foreground color, the dominant background color, and the larger set of dominant colors in the image.
22+
23+
The set of possible returned color values is: black, blue, brown, gray, green, orange, pink, purple, red, teal, white, and yellow.
24+
25+
## Accent color
2026
Azure AI Vision also extracts an accent color, which represents the most vibrant color in the image, based on a combination of the dominant color set and saturation. The accent color is returned as a hexadecimal HTML color code (for example, `00CC00`).
2127

28+
## Black and white detection
2229
Azure AI Vision also returns a boolean value indicating whether the image is a black-and-white image.
2330

2431
## Color scheme detection examples

articles/ai-services/computer-vision/concept-detecting-domain-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---

articles/ai-services/computer-vision/concept-detecting-image-types.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
@@ -112,4 +112,7 @@ The following JSON responses illustrates what Azure AI Vision returns when indic
112112

113113
The image type detection feature is part of the [Analyze Image 3.2 API](/rest/api/computervision/analyze-image/analyze-image?view=rest-computervision-v3.2&tabs=HTTP). You can call this API through a native SDK or through REST calls. Include `ImageType` in the **visualFeatures** query parameter. Then, when you get the full JSON response, simply parse the string for the contents of the `"imageType"` section.
114114

115-
* [Quickstart: Vision REST API or client libraries](./quickstarts-sdk/image-analysis-client-library.md?pivots=programming-language-csharp)
115+
## Next step
116+
117+
> [!div class="nextstepaction"]
118+
> [Quickstart: Vision REST API or client libraries](./quickstarts-sdk/image-analysis-client-library.md?pivots=programming-language-csharp)

articles/ai-services/computer-vision/concept-generate-thumbnails-40.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
@@ -38,6 +38,7 @@ The generated bounding box can vary widely depending on what you specify for asp
3838

3939
The smart cropping feature is available through the [Analyze Image 4.0 API](https://aka.ms/vision-4-0-ref). Include `SmartCrops` in the **features** query parameter. Also include a **smartcrops-aspect-ratios** query parameter, and set it to a decimal value for the aspect ratio you want (defined as width / height) in the range [0.75, 1.80]. Multiple aspect ratio values should be comma-separated. If no aspect ratio value is provided the API will return a crop with an aspect ratio that best preserves the image’s most important region.
4040

41-
## Next steps
41+
## Next step
4242

43-
* [Call the Analyze Image API](./how-to/call-analyze-image-40.md)
43+
> [!div class="nextstepaction"]
44+
> [Call the Analyze Image API](./how-to/call-analyze-image-40.md)

articles/ai-services/computer-vision/concept-generating-thumbnails.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
@@ -46,8 +46,6 @@ The following table illustrates thumbnails defined by smart-cropping for the exa
4646

4747
## Use the API
4848

49-
5049
The generate thumbnail feature is available through the [Get Thumbnail](/rest/api/computervision/generate-thumbnail/generate-thumbnail?view=rest-computervision-v3.2&tabs=HTTP) and [Get Area of Interest](/rest/api/computervision/get-area-of-interest/get-area-of-interest?view=rest-computervision-v3.2&tabs=HTTP) API. You can call this API through a native SDK or through REST calls.
5150

52-
5351
* [Generate a thumbnail (how-to)](./how-to/generate-thumbnail.md)

articles/ai-services/computer-vision/concept-model-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---

articles/ai-services/computer-vision/concept-tagging-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/21/2025
1212
ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
1313
ms.author: pafarley
1414
---
@@ -143,6 +143,6 @@ The tagging feature is part of the [Analyze Image](/rest/api/computervision/anal
143143

144144
* [Quickstart: Image Analysis REST API or client libraries](./quickstarts-sdk/image-analysis-client-library.md?pivots=programming-language-csharp)
145145

146-
## Next steps
146+
## Related content
147147

148148
Learn the related concepts of [categorizing images](concept-categorizing-images.md) and [describing images](concept-describing-images.md).

0 commit comments

Comments
 (0)