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 6c39e0b commit 18dc311Copy full SHA for 18dc311
video/cloud-client/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