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: learn-pr/wwl-data-ai/get-started-computer-vision-azure/includes/3-image-service.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Azure AI Vision's image analysis capabilities can be used with or without custom
7
7
8
8
### Describing an image with captions
9
9
10
-
Azure AI Vision has the ability to analyze an image, evaluate the objects that are detected, and generate a human-readable phrase or sentence that can describe what was detected in the image. For example, consider the following image:
10
+
Azure AI Vision has the ability to analyze an image, evaluate the objects in it, and generate a human-readable description of the image. For example, consider the following image:
11
11
12
-

12
+

13
13
14
14
Azure AI Vision returns the following caption for this image:
15
15
16
-
*A man jumping on a skateboard*
16
+
*A person jumping on a skateboard*
17
17
18
18
19
19
### Detecting common objects in an image
@@ -23,15 +23,15 @@ Azure AI Vision can identify thousands of common objects in images. For example,
23
23
-*Skateboard (90.40%)*
24
24
-*Person (95.5%)*
25
25
26
-
The predictions include a *confidence score* that indicates the probability the model has calculated for the predicted objects.
26
+
The predictions include a *confidence score* that indicates how confident the model is that what it describes is what is actually in the image.
27
27
28
28
In addition to the detected object labels and their probabilities, Azure AI Vision returns *bounding box* coordinates that indicate the top, left, width, and height of the object detected. You can use these coordinates to determine where in the image each object was detected, like this:
29
29
30
30

31
31
32
32
### Tagging visual features
33
33
34
-
Azure AI Vision can suggest *tags* for an image based on its contents. These tags can be associated with the image as metadata that summarizes attributes of the image and can be useful if you want to index an image along with a set of key terms that might be used to search for images with specific attributes or contents.
34
+
Azure AI Vision can suggest *tags* for an image based on its contents. Tags are associated with images as metadata. The tags summarize attributes of the image. You can use tags to index an image along with a set of key terms for a search solution.
35
35
36
36
For example, the tags returned for the skateboarder image (with associated confidence scores) include:
0 commit comments