models/audio.go
@@ -24,6 +24,8 @@ OccurrenceTime string `json:"occurrenceTime" gorm:"-"` IsFollowed constvar.BoolType `gorm:"type:tinyint;not null;default:2;comment:是否关注"` //是否关注 1关注 2未关注 Score float64 `json:"score"` // 置信度 Words []string `json:"words" gorm:"-"` //匹配到的文字数组 AudioText string `json:"audioText" gorm:"-"` //解析出的文本 } AudioSearch struct {