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/cognitive-services-limited-access.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Managed customers work with Microsoft account teams. We invite you to submit a r
69
69
70
70
Existing customers have until June 30, 2023 to submit a registration form and be approved to continue using Limited Access services after June 30, 2023. Allow 10 business days for review. Without an approved application, you will be denied access after June 30, 2023.
71
71
72
-
### I'm an existing customer who applied for access to Custom Neural Voice or Speaker Recognition, do I have to register to keep using these services?
72
+
### I'm an existing customer who applied for access to Custom Neural Voice or Speaker Recognition. Do I have to register to keep using these services?
73
73
74
74
We're always looking for opportunities to improve our Responsible AI program, and Limited Access is an update to our service gating processes. If you previously applied for and were granted access to Custom Neural Voice or Speaker Recognition, we request that you submit a new registration form to continue using these services beyond June 30, 2023.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/concept-face-detection.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
@@ -24,19 +24,19 @@ ms.author: pafarley
24
24
25
25
This article explains the concepts of face detection and face attribute data. Face detection is the process of locating human faces in an image and optionally returning different kinds of face-related data.
26
26
27
-
You use the [Detect] API to detect faces in an image. To get started using the REST API or a client SDK, follow a [quickstart](./quickstarts-sdk/identity-client-library.md). Or, for a more in-depth guide, see [Call the detect API](./how-to/identity-detect-faces.md).
27
+
You use the [Detect] API to detect faces in an image. To get started using the REST API or a client SDK, follow a [Face service quickstart](./quickstarts-sdk/identity-client-library.md). Or, for a more in-depth guide, see [Call the detect API](./how-to/identity-detect-faces.md).
28
28
29
29
## Face rectangle
30
30
31
31
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.
32
32
33
-
Try out the capabilities of face detection quickly and easily using Azure AI Vision Studio.
33
+
Try out the capabilities of face detection quickly and easily by using the Azure AI Vision Studio.
The face ID is a unique identifier string for each detected face in an image. Face ID requires limited access approval, which you can apply for by filling out the [intake form](https://aka.ms/facerecognition). For more information, see the Face API [limited access page](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext). You can request a face ID in your [Detect] API call.
39
+
The face ID is a unique identifier string for each detected face in an image. Face ID requires limited access approval, which you can apply for by filling out the [intake form](https://aka.ms/facerecognition). For more information, see the Face API [Limited Access page](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext). You can request a face ID in your [Detect] API call.
40
40
41
41
## Face landmarks
42
42
@@ -92,8 +92,8 @@ To properly display the face rectangle and landmarks, you need to make sure the
92
92
If you're detecting faces from a video feed, you might be able to improve performance by adjusting certain settings on your video camera:
93
93
94
94
***Smoothing**: Many video cameras apply a smoothing effect. You should turn this off if you can because it creates a blur between frames and reduces clarity.
95
-
***Shutter Speed**: A faster shutter speed reduces the amount of motion between frames and makes each frame clearer. We recommend shutter speeds of 1/60 second or faster.
96
-
***Shutter Angle**: Some cameras specify shutter angle instead of shutter speed. You should use a lower shutter angle, if possible, which results in clearer video frames.
95
+
***Shutter speed**: A faster shutter speed reduces the amount of motion between frames and makes each frame clearer. We recommend shutter speeds of 1/60 second or faster.
96
+
***Shutter angle**: Some cameras specify shutter angle instead of shutter speed. You should use a lower shutter angle, if possible, which results in clearer video frames.
97
97
98
98
>[!NOTE]
99
99
> A camera sensor with a lower shutter angle receives less light in each frame, so the image is darker. You need to determine the right level to use.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/concept-object-detection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article explains the concept of object detection. Object detection is simil
18
18
19
19
The object detection function applies tags based on the objects or living things identified in the image. There's no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the object detection function only finds objects and living things, while the tag function can also include contextual terms like *indoor*, which can't be localized with bounding boxes.
20
20
21
-
Try out the capabilities of object detection quickly and easily in your browser using Azure AI Vision Studio.
21
+
Try out the capabilities of object detection quickly and easily in your browser by using the Azure AI Vision Studio.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/how-to/call-read-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: pafarley
16
16
17
17
This guide shows you how to call the v3.2 GA Read API to extract text from images. You'll learn the different ways you can configure the behavior of this API to meet your needs.
18
18
19
-
This following steps assume that you've already [created a computer vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) and obtained a key and endpoint URL. If you haven't, see the [quickstart](../quickstarts-sdk/client-library.md) to get started.
19
+
This following steps assume that you've already created a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) and obtained a key and endpoint URL. If you haven't, see the [quickstart](../quickstarts-sdk/client-library.md) to get started.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/intro-to-spatial-analysis-public-preview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Video Analysis includes video-related features like Spatial Analysis and Video R
20
20
21
21
You can use Azure AI Vision Spatial Analysis to detect the presence and movements of people in video. Ingest video streams from cameras, extract insights, and generate events to be used by other systems. The service can do things like count the number of people entering a space or measure compliance with face mask and social distancing guidelines. By processing video streams from physical spaces, you can learn how people use them and maximize the space's value to your organization.
22
22
23
-
Try out the capabilities of Spatial Analysis quickly and easily in your browser using Vision Studio.
23
+
Try out the capabilities of Spatial Analysis quickly and easily in your browser by using the Azure AI Vision Studio.
0 commit comments