From c9757e18408026e1c96ddcb6a2fb9585d3afbb1a Mon Sep 17 00:00:00 2001 From: Darmen Amanbayev Date: Thu, 29 Jul 2021 09:21:49 +0200 Subject: [PATCH] Update documentation --- CHANGELOG.md | 9 ++++++--- README.md | 13 +++++++++++-- src/Resources/Face.php | 1 + 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c545dea..e955deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## [Unreleased] +## [1.1.0] - 2021-07-29 ### Added - -* Add `Face` resource +* `Face` resource with methods: + * Detect with stream + * Detect with URL + * Find similar + * Group ## [1.0.1] - 2021-07-27 diff --git a/README.md b/README.md index 68a0264..c2f31d8 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,17 @@ Use the autoloader in your projects: require 'vendor/autoload.php'; ``` -## Future plans -- [ ] Face resource +## Next steps +### Face resource + - [x] Detect with stream + - [x] Detect with URL + - [x] Find similar + - [x] Group + - [ ] Identify + - [ ] Verify Face to Face + - [ ] Verify Face to Person + +### Other resources - [x] Face List resource - [x] Large Face List resource - [ ] Large Person Group resource diff --git a/src/Resources/Face.php b/src/Resources/Face.php index 99aed87..6d90f8c 100644 --- a/src/Resources/Face.php +++ b/src/Resources/Face.php @@ -178,6 +178,7 @@ public function findSimilarInFaceIdsArray(string $faceId, array $faceIds, int $m /** * Divide candidate faces into groups based on face similarity. * + * @link https://docs.microsoft.com/en-us/rest/api/faceapi/face/group * @param array $faceIds Array of candidate faceId created by Face - Detect * @return array * @throws \GuzzleHttp\Exception\GuzzleException