We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb56f2 commit a1fbd6fCopy full SHA for a1fbd6f
videobox/videobox_results.go
@@ -19,17 +19,13 @@ type VideoAnalysis struct {
19
20
// Facebox holds box specific results.
21
type Facebox struct {
22
- // FacesCount holds the total number of faces found.
23
- FacesCount int `json:"facesCount"`
24
Faces []Item `json:"faces"`
25
ErrorCount int `json:"errorsCount"`
26
LastErr string `json:"lastError,omitempty"`
27
}
28
29
// Tagbox holds box specific results.
30
type Tagbox struct {
31
- // TagsCount holds the total number of tags detected.
32
- TagsCount int `json:"tagsCount"`
33
Tags []Item `json:"tags"`
34
35
0 commit comments