Skip to content

Commit d2c7b37

Browse files
committed
update output metadata
1 parent 3de37d4 commit d2c7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def appmetadata() -> AppMetadata:
2424
analyzer_license="BSD-3",
2525
)
2626
metadata.add_input(DocumentTypes.VideoDocument)
27-
metadata.add_output(AnnotationTypes.TimeFrame, frameType='shot', timeUnit='frame')
27+
metadata.add_output(AnnotationTypes.TimeFrame, label='shot', timeUnit='frame')
2828

2929
metadata.add_parameter(
3030
name='mode',

0 commit comments

Comments
 (0)