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 a1fbd6f commit f0de2e2Copy full SHA for f0de2e2
videobox/videobox_results.go
@@ -61,6 +61,9 @@ type Range struct {
61
StartMS int `json:"start_ms"`
62
// EndMS is the end time in milliseconds.
63
EndMS int `json:"end_ms"`
64
+ // Confidence is the maximum confidence of any instance in this
65
+ // range.
66
+ Confidence float64 `json:"confidence,omitempty"`
67
}
68
69
// Results gets the results of a video processing operation.
0 commit comments