google-cloud-translate-v3 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f36cf3bcb9722c72e5cec3dcdee500c6332a546b800cd298de4e64c8ffdbabb7
|
|
4
|
+
data.tar.gz: a7be2da832da44574cc04d8607aeea00a7d3a3e78438dcd61cac1e69a0c94271
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94b7ea6c406ef4c40b193a3ec485c4dd63974bbfde88db385b6ed3da9a364a21149dc3d46322f58704f9e0ec991d9fe542da1b742355ee33373ff710f4d227a6
|
|
7
|
+
data.tar.gz: 654a4d8067345aa755597f5cb1393130850560a18efc649e8c2d57d8f37c0c892ef9070908f55a2e2b246ab38883095546390200245c0c9595d34fcb0497c760
|
|
@@ -503,9 +503,9 @@ module Google
|
|
|
503
503
|
#
|
|
504
504
|
# For a DocumentInputConfig.gcs_uri provided document, the output file will
|
|
505
505
|
# have a name according to its URI. For example: an input file with URI:
|
|
506
|
-
#
|
|
506
|
+
# `gs://a/b/c.[extension]` stored in a gcs_destination bucket with name
|
|
507
507
|
# "my_bucket" will have an output URI:
|
|
508
|
-
#
|
|
508
|
+
# `gs://my_bucket/a_b_c_[trg]_translations.[ext]`, where
|
|
509
509
|
# - [trg] corresponds to the translated file's language code,
|
|
510
510
|
# - [ext] corresponds to the translated file's extension according to its
|
|
511
511
|
# mime type.
|
|
@@ -513,7 +513,7 @@ module Google
|
|
|
513
513
|
#
|
|
514
514
|
# If the document was directly provided through the request, then the
|
|
515
515
|
# output document will have the format:
|
|
516
|
-
#
|
|
516
|
+
# `gs://my_bucket/translated_document_[trg]_translations.[ext]`, where
|
|
517
517
|
# - [trg] corresponds to the translated file's language code,
|
|
518
518
|
# - [ext] corresponds to the translated file's extension according to its
|
|
519
519
|
# mime type.
|
|
@@ -522,7 +522,7 @@ module Google
|
|
|
522
522
|
# translation will be equal to the default output URI but have
|
|
523
523
|
# `glossary_translations` instead of `translations`. For the previous
|
|
524
524
|
# example, its glossary URI would be:
|
|
525
|
-
#
|
|
525
|
+
# `gs://my_bucket/a_b_c_[trg]_glossary_translations.[ext]`.
|
|
526
526
|
#
|
|
527
527
|
# Thus the max number of output files will be 2 (Translated document,
|
|
528
528
|
# Glossary translated document).
|
|
@@ -1291,15 +1291,15 @@ module Google
|
|
|
1291
1291
|
#
|
|
1292
1292
|
# The naming format of translation output files follows (for target
|
|
1293
1293
|
# language code [trg]): `translation_output`:
|
|
1294
|
-
# gs://translation_output/a_b_c_[trg]_translation.[extension]
|
|
1294
|
+
# `gs://translation_output/a_b_c_[trg]_translation.[extension]`
|
|
1295
1295
|
# `glossary_translation_output`:
|
|
1296
|
-
# gs://translation_test/a_b_c_[trg]_glossary_translation.[extension] The
|
|
1296
|
+
# `gs://translation_test/a_b_c_[trg]_glossary_translation.[extension]`. The
|
|
1297
1297
|
# output document will maintain the same file format as the input document.
|
|
1298
1298
|
#
|
|
1299
1299
|
# The naming format of error output files follows (for target language code
|
|
1300
|
-
# [trg]): `error_output`: gs://translation_test/a_b_c_[trg]_errors.txt
|
|
1300
|
+
# [trg]): `error_output`: `gs://translation_test/a_b_c_[trg]_errors.txt`
|
|
1301
1301
|
# `glossary_error_output`:
|
|
1302
|
-
# gs://translation_test/a_b_c_[trg]_glossary_translation.txt The error
|
|
1302
|
+
# `gs://translation_test/a_b_c_[trg]_glossary_translation.txt`. The error
|
|
1303
1303
|
# output is a txt file containing error details.
|
|
1304
1304
|
class BatchDocumentOutputConfig
|
|
1305
1305
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-translate-v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|