People: Update code comments #22
This commit is contained in:
parent
2e85b3cccd
commit
07f0886893
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Package face provides face landmark detection.
|
Package face provides facial recognition.
|
||||||
|
|
||||||
Copyright (c) 2018 - 2021 Michael Mayer <hello@photoprism.org>
|
Copyright (c) 2018 - 2021 Michael Mayer <hello@photoprism.org>
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ import (
|
||||||
"github.com/photoprism/photoprism/internal/query"
|
"github.com/photoprism/photoprism/internal/query"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// FacesMatchResult represents the outcome of Faces.Match().
|
||||||
type FacesMatchResult struct {
|
type FacesMatchResult struct {
|
||||||
Updated int64
|
Updated int64
|
||||||
Recognized int64
|
Recognized int64
|
||||||
|
|
Loading…
Reference in a new issue