mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-01 20:53:25 +08:00
8 lines
179 B
Go
8 lines
179 B
Go
package form
|
|
|
|
type Label struct {
|
|
LabelName string `json:"LabelName"`
|
|
LabelUncertainty int `json:"LabelUncertainty"`
|
|
LabelPriority int `json:"LabelPriority"`
|
|
}
|