Skip to content

Commit 512594c

Browse files
author
Jinyu Li
committed
fixes more doc warninngs
1 parent 36d793a commit 512594c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/ai-services/computer-vision/sdk/understand-the-liveness-sdk-versions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.author: lijiny
77
manager: qingflin
88
ms.service: azure-ai-vision
99
ms.date: 01/15/2025
10+
ms.topic: reference
1011
---
1112

1213
# Understand the Liveness Client-side SDK versions
@@ -16,16 +17,16 @@ Microsoft regularly upgrades the liveness detection client SDK and service to im
1617
## Client-side SDK Versions
1718

1819
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.
2021
- 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
2122
- 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.
2223

2324
## Azure Face API Service Version
2425

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.
2627

2728
## Service Model Version
2829

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

Comments
 (0)