Skip to content

Commit 8644179

Browse files
json
1 parent b7eb273 commit 8644179

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

articles/azure-video-indexer/object-detection.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ detectedObjects: [
5757
adjustedEnd: "0:00:02.44",
5858
start: "0:00:00",
5959
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"
6067
}
6168
]
6269
},
@@ -75,22 +82,7 @@ detectedObjects: [
7582
end: "0:00:14.24"
7683
}
7784
]
78-
},
79-
id: 1,
80-
type: "Car",
81-
thumbnailId: "1c0b9fbb-6e05-42e3-96c1-abe2cd48t35",
82-
displayName: "car",
83-
wikiDataId: "Q1420",
84-
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-
},
85+
}
9486
]
9587
```
9688

0 commit comments

Comments
 (0)