Skip to content

Commit e2abf5d

Browse files
author
Sherry Yang
committed
Update for acrolinx.
1 parent b4709e4 commit e2abf5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn-pr/wwl-data-ai/get-started-computer-vision-azure/includes/3-image-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Azure AI Vision's image analysis capabilities can be used with or without custom
77

88
### Describing an image with captions
99

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:
1111

12-
![Diagram of a man on a skateboard.](../media/skateboard.png)
12+
![Diagram of a person on a skateboard.](../media/skateboard.png)
1313

1414
Azure AI Vision returns the following caption for this image:
1515

16-
*A man jumping on a skateboard*
16+
*A person jumping on a skateboard*
1717

1818

1919
### Detecting common objects in an image
@@ -23,15 +23,15 @@ Azure AI Vision can identify thousands of common objects in images. For example,
2323
- *Skateboard (90.40%)*
2424
- *Person (95.5%)*
2525

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.
2727

2828
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:
2929

3030
![Diagram of a skateboarder with bounding boxes around detected objects.](../media/bounding-boxes.png)
3131

3232
### Tagging visual features
3333

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.
3535

3636
For example, the tags returned for the skateboarder image (with associated confidence scores) include:
3737

0 commit comments

Comments
 (0)