Skip to content

Commit

Permalink
Add QualityForRecognition to Face Detection (#25236)
Browse files Browse the repository at this point in the history
* Add QualityForRecognition to Face Detection

Added the optional attribute QualityForRecognition to Face Detection
API.
Also includes some document discrepancy bugfixes.

* Update encoded test request

* Revert "Update encoded test request"

This reverts commit 56fca85.

* Update encoded test request

* Fix generate.ps1 and add metadata

* Regenerated from updated spec to fix model order issue

Co-authored-by: Yang Chen <yachen4@microsoft.com>
  • Loading branch information
msyache and Yang Chen authored Nov 23, 2021
1 parent f3dd315 commit 739b5fd
Show file tree
Hide file tree
Showing 30 changed files with 549 additions and 97 deletions.
4 changes: 2 additions & 2 deletions sdk/cognitiveservices/Vision.Face/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 2.7.0-preview.2 (Unreleased)

## 2.7.0-preview.2 (2021-11-15)
- Add support for new detection attribute `qualityForRecognition`

## 2.7.0-preview.1 (2021-03-25)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 24 additions & 15 deletions sdk/cognitiveservices/Vision.Face/src/Generated/FaceOperations.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 20 additions & 12 deletions sdk/cognitiveservices/Vision.Face/src/Generated/IFaceOperations.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 739b5fd

Please sign in to comment.