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 d13fad7 commit 5433252Copy full SHA for 5433252
video/cloud-client/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