People: Update code comments #22

This commit is contained in:
Michael Mayer 2021-08-22 16:36:24 +02:00
parent 2e85b3cccd
commit 07f0886893
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
/*
Package face provides face landmark detection.
Package face provides facial recognition.
Copyright (c) 2018 - 2021 Michael Mayer <hello@photoprism.org>

View file

@ -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