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 09522f6 commit e440e52Copy full SHA for e440e52
videointelligence/samples/analyze/analyze.py
@@ -187,7 +187,7 @@ def analyze_labels_file(path):
187
input_content = movie.read()
188
189
operation = video_client.annotate_video(
190
- '', features=features, input_content=input_content)
+ features=features, input_content=input_content)
191
print('\nProcessing video for label annotations:')
192
193
result = operation.result(timeout=90)
0 commit comments