From 07f088689334f8a98bbfd87f399701f178da13e5 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 22 Aug 2021 16:36:24 +0200 Subject: [PATCH] People: Update code comments #22 --- internal/face/face.go | 2 +- internal/photoprism/faces_match.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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