Skip to content

Commit c9757e1

Browse files
committed
Update documentation
1 parent 9dc8eb5 commit c9757e1

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.1.0] - 2021-07-29
44

55
### Added
6-
7-
* Add `Face` resource
6+
* `Face` resource with methods:
7+
* Detect with stream
8+
* Detect with URL
9+
* Find similar
10+
* Group
811

912
## [1.0.1] - 2021-07-27
1013

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@ Use the autoloader in your projects:
2222
require 'vendor/autoload.php';
2323
```
2424

25-
## Future plans
26-
- [ ] Face resource
25+
## Next steps
26+
### Face resource
27+
- [x] Detect with stream
28+
- [x] Detect with URL
29+
- [x] Find similar
30+
- [x] Group
31+
- [ ] Identify
32+
- [ ] Verify Face to Face
33+
- [ ] Verify Face to Person
34+
35+
### Other resources
2736
- [x] Face List resource
2837
- [x] Large Face List resource
2938
- [ ] Large Person Group resource

src/Resources/Face.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public function findSimilarInFaceIdsArray(string $faceId, array $faceIds, int $m
178178
/**
179179
* Divide candidate faces into groups based on face similarity.
180180
*
181+
* @link https://docs.microsoft.com/en-us/rest/api/faceapi/face/group
181182
* @param array $faceIds Array of candidate faceId created by Face - Detect
182183
* @return array
183184
* @throws \GuzzleHttp\Exception\GuzzleException

0 commit comments

Comments
 (0)