We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669dbad commit c009f72Copy full SHA for c009f72
facebox/facebox_faceprint.go
@@ -75,6 +75,8 @@ type checkFaceprintRequest struct {
75
Faceprints []string `json:"faceprints"`
76
}
77
78
+// CheckFaceprints checks the list of faceprints to see if they
79
+// match any known faces.
80
func (c *Client) CheckFaceprints(faceprints []string) ([]Face, error) {
81
if len(faceprints) == 0 {
82
return nil, errors.New("faceprints can not be empty")
0 commit comments