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 b7eb273 commit 8644179Copy full SHA for 8644179
articles/azure-video-indexer/object-detection.md
@@ -57,6 +57,13 @@ detectedObjects: [
57
adjustedEnd: "0:00:02.44",
58
start: "0:00:00",
59
end: "0:00:02.44"
60
+ },
61
+ {
62
+ confidence: 0.53,
63
+ adjustedStart: "0:03:00",
64
+ adjustedEnd: "0:00:03.55",
65
+ start: "0:03:00",
66
+ end: "0:00:03.55"
67
}
68
]
69
},
@@ -75,22 +82,7 @@ detectedObjects: [
75
82
end: "0:00:14.24"
76
83
77
84
78
- },
79
- id: 1,
80
- type: "Car",
81
- thumbnailId: "1c0b9fbb-6e05-42e3-96c1-abe2cd48t35",
- displayName: "car",
- wikiDataId: "Q1420",
- instances: [
85
- {
86
- confidence: 0.468,
87
- adjustedStart: "0:00:00",
88
- adjustedEnd: "0:00:16.34",
89
- start: "0:00:00",
90
- end: "0:00:16.34"
91
- }
92
- ]
93
+ }
94
95
```
96
0 commit comments