Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add changelog
  • Loading branch information
Han-msft committed Oct 9, 2024
commit e109d8a9e35a006b9893b8e8886a679161676db5
13 changes: 13 additions & 0 deletions sdk/face/Azure.AI.Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@

## 1.0.0-beta.2 (Unreleased)

- Added support for the Large Face List and Large Person Group:
- Added client `LargeFaceListClient` and `LargePersonGroupClient`.
- Added operations `FindSimilarFromLargeFaceList`, `IdentifyFromLargePersonGroup` and `VerifyFromLargePersonGroup` to `FaceClient`.
- Added models for supporting Large Face List and Large Person Group.
- Added support for latest Detect Liveness Session API:
- Added operations `GetSessionImage` and `DetectFromSessionImage` to `FaceSessionClient`.
- Added properties `EnableSessionImage ` and `LivenessSingleModalModel` to model `CreateLivenessSessionContent`.
- Added model `CreateLivenessWithVerifySessionContent`.

### Features Added

### Breaking Changes

- Changed the parameter of `CreateLivenessWithVerifySession` from model `CreateLivenessSessionContent` to `CreateLivenessWithVerifySessionContent`.

### Bugs Fixed

- Remove `Mask` from `FaceAsttributes.Detection01`, which is not supported.

### Other Changes

## 1.0.0-beta.1 (2024-05-27)
Expand Down