add face readme
This commit is contained in:
Родитель
7d34dc3471
Коммит
6afa967439
|
@ -197,7 +197,7 @@
|
|||
- com.microsoft.azure.cognitiveservices.vision.customvision*
|
||||
- name: Face API
|
||||
uid: azure.java.sdk.landingpage.services.cognitiveservices.Client.faceApi
|
||||
landingPageType: Service
|
||||
href: ~/docs-ref-services/cognitive-services-face-readme.md
|
||||
children:
|
||||
- com.microsoft.azure.cognitiveservices.vision.faceapi*
|
||||
- name: Language Understanding
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: Face API
|
||||
author: PatrickFarley
|
||||
ms.author: pafarley
|
||||
ms.date: 10/15/2021
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service: face-api
|
||||
---
|
||||
|
||||
# Azure Face API
|
||||
|
||||
> [!IMPORTANT]
|
||||
> 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.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> The following Face attributes have been categorized as **sensitive attributes**: `age`, `gender`, `emotion`, `smile`, `hair`, `facial hair`, `makeup`. New Face customers won't be able to use these attributes unless they get approved for a corresponding scenario through the [Face Recognition Limited Access Review](https://aka.ms/facerecognition) form. Existing customers will have access to **sensitive attributes** until June 21 2023, after which they must also request access.
|
||||
|
||||
The Azure Face service provides AI algorithms that detect, recognize, and analyze human faces in images.
|
||||
|
||||
## Install the library
|
||||
|
||||
After installing Python, you can install the client library with:
|
||||
|
||||
```console
|
||||
pip install --upgrade azure-cognitiveservices-vision-face
|
||||
```
|
||||
|
||||
## Next Steps
|
||||
|
||||
Go to the Face service [Overview](https://docs.microsoft.com/azure/cognitive-services/face/overview) or follow a [quickstart](https://docs.microsoft.com/azure/cognitive-services/face/quickstarts/client-libraries) to get started.
|
Загрузка…
Ссылка в новой задаче