diff --git a/internal/face/face.go b/internal/face/face.go index b782e5e9f..8086ffff2 100644 --- a/internal/face/face.go +++ b/internal/face/face.go @@ -1,6 +1,6 @@ /* -Package face provides face landmark detection. +Package face provides facial recognition. Copyright (c) 2018 - 2021 Michael Mayer diff --git a/internal/photoprism/faces_match.go b/internal/photoprism/faces_match.go index b71660509..615c51870 100644 --- a/internal/photoprism/faces_match.go +++ b/internal/photoprism/faces_match.go @@ -9,6 +9,7 @@ import ( "github.com/photoprism/photoprism/internal/query" ) +// FacesMatchResult represents the outcome of Faces.Match(). type FacesMatchResult struct { Updated int64 Recognized int64