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
* Added support for the Large Face List and Large Person Group
* Added support for latest Detect Liveness Session API
* Change the default service API version to v1.2-preview.1.
---------
Co-authored-by: Weidong Xu <[email protected]>
Copy file name to clipboardExpand all lines: sdk/face/azure-ai-vision-face/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The Azure AI Face service provides AI algorithms that detect, recognize, and ana
6
6
- Liveness detection
7
7
- Face recognition
8
8
- Face verification ("one-to-one" matching)
9
+
- Face identification ("one-to-many" matching)
9
10
- Find similar faces
10
11
- Group faces
11
12
@@ -47,6 +48,7 @@ Azure AI Face supports both [multi-service][azure_cognitive_service_account] and
47
48
48
49
In order to interact with the Face service, you will need to create an instance of a client class,
49
50
[FaceAsyncClient][face_client_async] or [FaceClient][face_client] by using [FaceClientBuilder][face_client_builder].
51
+
[FaceAdministrationAsyncClient][face_administration_client_async] or [FaceAdministrationClient][face_administration_client] by using [FaceAdministrationClientBuilder][face_administration_client_builder].
50
52
[FaceSessionAsyncClient][face_session_client_async] or [FaceSessionClient][face_session_client] by using [FaceSessionClientBuilder][face_session_client_builder].
51
53
52
54
An **endpoint** and **credential** are necessary to instantiate the client object.
@@ -305,6 +307,9 @@ For details on contributing to this repository, see the [contributing guide](htt
0 commit comments