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/ai-services/computer-vision/concept-tag-images-40.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
title: Content tags - Image Analysis 4.0
3
3
titleSuffix: Azure AI services
4
-
description: Learn concepts related to the images tagging feature of the Image Analysis 4.0 API.
4
+
description: Learn how to generate image tags for a wide variety of objects by using the Image Analysis 4.0 API.
5
5
#services: cognitive-services
6
6
author: PatrickFarley
7
7
manager: nitinme
8
8
9
9
ms.service: azure-ai-vision
10
10
ms.topic: conceptual
11
-
ms.date: 01/19/2024
11
+
ms.date: 11/01/2024
12
12
ms.author: pafarley
13
13
---
14
14
15
-
# Image tagging (version 4.0)
15
+
# Image tagging with Image Analysis version 4.0
16
16
17
-
Image Analysis can return content tags for thousands of recognizable objects, living beings, scenery, and actions that appear in images. Tagging is not limited to the main subject, such as a person in the foreground, but also includes the setting (indoor or outdoor), furniture, tools, plants, animals, accessories, gadgets, and so on. Tags aren't organized as a taxonomy and don't have inheritance hierarchies. When tags are ambiguous or not common knowledge, the API response provides hints to clarify the meaning of the tag in context of a known setting.
17
+
Image Analysis can return content tags for thousands of recognizable objects, living beings, scenery, and actions that appear in images. Tagging isn't limited to the main subject, such as a person in the foreground, but also includes the setting (indoor or outdoor), furniture, tools, plants, animals, accessories, gadgets, and so on. Tags aren't organized as a taxonomy and don't have inheritance hierarchies. When tags are ambiguous or not common knowledge, the API response provides hints to clarify the meaning of the tag in the context of a known setting.
18
18
19
-
Try out the image tagging features quickly and easily in your browser using Vision Studio.
19
+
Try out the image tagging feature quickly and easily in your browser by using Azure AI Vision Studio.
@@ -25,8 +25,7 @@ Try out the image tagging features quickly and easily in your browser using Visi
25
25
26
26
The following JSON response illustrates what Azure AI Vision returns when tagging visual features detected in the example image.
27
27
28
-
.
29
-
28
+
:::image type="content" source="images/house_yard.png" alt-text="Photograph of a blue house and the front yard.":::
30
29
31
30
```json
32
31
{
@@ -138,12 +137,11 @@ The following JSON response illustrates what Azure AI Vision returns when taggin
138
137
139
138
## Use the API
140
139
141
-
The tagging feature is part of the [Analyze Image](https://aka.ms/vision-4-0-ref) API. You can call this API using REST. Include `Tags` in the **features** query parameter. Then, when you get the full JSON response, parse the string for the contents of the `"tags"` section.
142
-
140
+
The tagging feature is part of the [Analyze Image](https://aka.ms/vision-4-0-ref) API. You can call this API using REST. Include `Tags` in the `features` query parameter. Then, when you get the full JSON response, parse the string for the contents of the `"tags"` section.
143
141
144
-
*[Quickstart: Image Analysis REST API or client libraries](./quickstarts-sdk/image-analysis-client-library-40.md?pivots=programming-language-csharp)
0 commit comments