photoprism/internal/form/label.go
Michael Mayer bdf976abd7 Edit photo: Add and remove labels
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-29 15:28:20 +01:00

8 lines
179 B
Go

package form
type Label struct {
LabelName string `json:"LabelName"`
LabelUncertainty int `json:"LabelUncertainty"`
LabelPriority int `json:"LabelPriority"`
}