Skip to content

Commit c009f72

Browse files
committed
Added comment
1 parent 669dbad commit c009f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

facebox/facebox_faceprint.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ type checkFaceprintRequest struct {
7575
Faceprints []string `json:"faceprints"`
7676
}
7777

78+
// CheckFaceprints checks the list of faceprints to see if they
79+
// match any known faces.
7880
func (c *Client) CheckFaceprints(faceprints []string) ([]Face, error) {
7981
if len(faceprints) == 0 {
8082
return nil, errors.New("faceprints can not be empty")

0 commit comments

Comments
 (0)