Skip to content

Commit 3236ab5

Browse files
authored
Merge pull request MicrosoftDocs#1620 from PatrickFarley/add-face-ov
edit new ov doc
2 parents 4372610 + 34df874 commit 3236ab5

File tree

3 files changed

+21
-79
lines changed

3 files changed

+21
-79
lines changed

docs-ref-services/cognitiveservices/face-readme.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs-ref-services/cognitiveservices/face-readme.md.orig

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs-ref-services/latest/cognitiveservices-vision-face-readme.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,45 @@
11
---
2-
title:
2+
title: Face SDK for Python
3+
description: This is the Microsoft Azure Cognitive Services Face Client Library.
34
keywords: Azure, python, SDK, API, azure-cognitiveservices-vision-face, face
4-
author: ramya-rao-a
5-
ms.author: ramyar
6-
ms.date: 03/16/2021
5+
author: PatrickFarley
6+
ms.author: pafarley
7+
ms.date: 09/14/2022
78
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
109
ms.devlang: python
11-
ms.service: face
10+
ms.service: cognitive-services
1211
---
1312

1413
# Microsoft Azure SDK for Python
1514

15+
> [!IMPORTANT]
16+
> Face service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Use the [Face Recognition intake form](https://aka.ms/facerecognition) to apply for access. For more information, see the [Face limited access](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext) page.
17+
18+
> [!IMPORTANT]
19+
> Microsoft will be retiring facial recognition capabilities that can be used to try to infer emotional states and identity attributes which, if misused, can subject people to stereotyping, discrimination or unfair denial of services. These include capabilities that predict emotion, gender, age, smile, facial hair, hair and makeup. Existing customers have until June 30, 2023 to discontinue use of these capabilities before they are retired. Read more about this decision in the [announcement post](https://azure.microsoft.com/blog/responsible-ai-investments-and-safeguards-for-facial-recognition/).
20+
1621
This is the Microsoft Azure Cognitive Services Face Client Library.
1722
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
1823
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
1924

25+
## Usage
2026

21-
# Usage
22-
27+
After installing Python, you can install the client library with:
2328

29+
```console
30+
pip install --upgrade azure-cognitiveservices-vision-face
31+
```
2432

33+
For code examples, see [Cognitive Services Face](/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
2534

26-
For code examples, see [Cognitive Services Face](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
35+
## Next Steps
2736

37+
Go to the Face service [Overview](/azure/cognitive-services/face/overview) or follow a [quickstart](/azure/cognitive-services/face/quickstarts/client-libraries) to get started.
2838

29-
# Provide Feedback
39+
## Provide Feedback
3040

3141
If you encounter any bugs or have suggestions, please file an issue in the
3242
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
3343
section of the project.
3444

35-
3645
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-vision-face%2FREADME.png)
37-

0 commit comments

Comments
 (0)