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 4cadf53 commit 18ab4a8Copy full SHA for 18ab4a8
videointelligence/samples/analyze/analyze.py
@@ -296,7 +296,7 @@ def video_detect_text_gcs(input_uri):
296
features=features)
297
298
print('\nProcessing video for text detection.')
299
- result = operation.result(timeout=300)
+ result = operation.result(timeout=600)
300
301
# The first result is retrieved because a single video was processed.
302
annotation_result = result.annotation_results[0]
0 commit comments