Skip to content

Commit f0de2e2

Browse files
committed
Added Confidence field
1 parent a1fbd6f commit f0de2e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

videobox/videobox_results.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ type Range struct {
6161
StartMS int `json:"start_ms"`
6262
// EndMS is the end time in milliseconds.
6363
EndMS int `json:"end_ms"`
64+
// Confidence is the maximum confidence of any instance in this
65+
// range.
66+
Confidence float64 `json:"confidence,omitempty"`
6467
}
6568

6669
// Results gets the results of a video processing operation.

0 commit comments

Comments
 (0)