Skip to content

Commit ff00ed8

Browse files
authored
Merge pull request #199371 from PatrickFarley/comvis-studio
[cog svcs] Vision Studio integration
2 parents b43e4d4 + 03f2d62 commit ff00ed8

29 files changed

+295
-11
lines changed
867 KB
Loading
945 KB
Loading
254 KB
Loading
43.9 KB
Loading
37.6 KB
Loading
36.2 KB
Loading

articles/cognitive-services/Computer-vision/concept-describing-images.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Computer Vision can analyze an image and generate a human-readable phrase that d
2020

2121
At this time, English is the only supported language for image description.
2222

23+
Try out the image captioning features quickly and easily in your browser using Vision Studio.
24+
25+
> [!div class="nextstepaction"]
26+
> [Try Vision Studio](https://vision.cognitive.azure.com/)
27+
2328
## Image description example
2429

2530
The following JSON response illustrates what the Analyze API returns when describing the example image based on its visual features.

articles/cognitive-services/Computer-vision/concept-detecting-adult-content.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Computer Vision can detect adult material in images so that developers can restr
2121
> [!NOTE]
2222
> Much of this functionality is offered by the [Azure Content Moderator](../content-moderator/overview.md) service. See this alternative for solutions to more rigorous content moderation scenarios, such as text moderation and human review workflows.
2323
24+
Try out the adult content detection features quickly and easily in your browser using Vision Studio.
25+
26+
> [!div class="nextstepaction"]
27+
> [Try Vision Studio](https://vision.cognitive.azure.com/)
28+
2429
## Content flag definitions
2530

2631
The "adult" classification contains several different categories:

articles/cognitive-services/Computer-vision/concept-detecting-faces.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Image Analysis can detect human faces within an image and generate rectangle coo
2121
> [!NOTE]
2222
> This feature is also offered by the dedicated [Face](./overview-identity.md) service. Use this alternative for more detailed face analysis, including face identification and head pose detection.
2323
24+
Try out the face detection features quickly and easily in your browser using Vision Studio.
25+
26+
> [!div class="nextstepaction"]
27+
> [Try Vision Studio](https://vision.cognitive.azure.com/)
28+
2429
## Face detection examples
2530

2631
The following example demonstrates the JSON response returned by Analyze API for an image containing a single human face.

articles/cognitive-services/Computer-vision/concept-face-detection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You use the [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/serv
2525

2626
Each detected face corresponds to a `faceRectangle` field in the response. This is a set of pixel coordinates for the left, top, width, and height of the detected face. Using these coordinates, you can get the location and size of the face. In the API response, faces are listed in size order from largest to smallest.
2727

28+
Try out the capabilities of face detection quickly and easily using Vision Studio.
29+
> [!div class="nextstepaction"]
30+
> [Try Vision Studio](https://vision.cognitive.azure.com/)
31+
2832
## Face ID
2933

3034
The face ID is a unique identifier string for each detected face in an image. You can request a face ID in your [Face - Detect](https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236) API call.

0 commit comments

Comments
 (0)