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 ff9db3e commit 68db45aCopy full SHA for 68db45a
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