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 03abd0d commit 2e57422Copy full SHA for 2e57422
translation/samples/snippets/beta_snippets.py
@@ -77,7 +77,7 @@ def batch_translate_text(project_id, input_uri, output_uri):
77
}
78
)
79
80
- result = operation.result(timeout=320)
+ result = operation.result(timeout=400)
81
82
print("Total Characters: {}".format(result.total_characters))
83
print("Translated Characters: {}".format(result.translated_characters))
0 commit comments