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/computer-vision/sdk/understand-the-liveness-sdk-versions.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ ms.author: lijiny
7
7
manager: qingflin
8
8
ms.service: azure-ai-vision
9
9
ms.date: 01/15/2025
10
+
ms.topic: reference
10
11
---
11
12
12
13
# Understand the Liveness Client-side SDK versions
@@ -16,16 +17,16 @@ Microsoft regularly upgrades the liveness detection client SDK and service to im
16
17
## Client-side SDK Versions
17
18
18
19
Liveness detection client-side SDK uses major.minor.patch format to indicate software version.
19
-
- A patch version update is an optional reliability fix on the client SDK that doesn't impact compatibility with the service.
20
+
- A patch version update is an optional reliability fix on the client SDK that doesn't affect compatibility with the service.
20
21
- A minor version update is important security and reliability improvement. We'll try to extend support for a minor update as long as possible, Azure service might announce retirement of minor update after six months
21
22
- A major version update is critical security or breaking API updates. Customers should make client update as soon as possible. Azure service will block the previous major version after six months.
22
23
23
24
## Azure Face API Service Version
24
25
25
-
Face liveness detection feature is generally available from version 1.2. Face API follows the Azure developing cycle, newer API version adds new features in preview release, then general available. A newer service version may require a newer minimal client SDK version. The requirement is announced when new service version is available.
26
+
Face liveness detection feature is generally available from version 1.2. Face API follows the Azure development cycle where newer API versions add new features during the preview release before becoming generally available. A newer service version might require a newer minimal client SDK version. The requirement is announced when new service version is available.
26
27
27
28
## Service Model Version
28
29
29
-
In the Create Liveness Session operation, customers can specify a liveness model version to classify the session. Azure service is also progressively updating new models. We strongly recommend customers always use the latest model version, which means simply leaving the model version parameter empty.
30
-
- The latest model version (default version) is compatible with all supported client versions.
31
-
-When a service model is to be retired, Azure service will announce the decision six months ahead, providing customers with buffer time to update their backend service.
30
+
In the "Create Liveness Session" operation, customers can specify a liveness model version to classify the session. Azure service is also progressively updating new models. We strongly recommend customers always use the latest model version, which means simply leaving the model version parameter empty.
31
+
- The latest model version (default version) remains compatible with all supported client versions.
32
+
-Azure announces the retirement of a service model six months in advance, giving customers buffer time to update their backend service.
0 commit comments