google-cloud-translate-v3 0.7.2 → 0.7.3
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: 17d20ca3c10bcf55b327c27f4b72977a607f32aa89e63a16de41184f35415b17
|
|
4
|
+
data.tar.gz: 4894ebe18ea2de013698b471efb62314b2c6c934baf7be34d3dbb06302fdcbb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f01d58b5393ac3d108f7cd632e7a4ad28f2d152c41ffbb0456a75ce9eb096e6f66aadbdc7bd80ffa6359912001adf2da712248800c7f79186fa09c451f1ef988
|
|
7
|
+
data.tar.gz: b4732dcc7dbb18a0c2bacad1aecc95cd017ec747fc84c98aa6d4a09e6d89f9490ee171f7b465a5f8a4ed6c3537110f8fe55034189751ed4218180af312c9a30d
|
|
@@ -438,10 +438,10 @@ module Google
|
|
|
438
438
|
# If input file extension is a txt or html, the translation is directly
|
|
439
439
|
# written to the output file. If glossary is requested, a separate
|
|
440
440
|
# glossary_translations_file has format of
|
|
441
|
-
# gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
|
|
441
|
+
# `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
|
|
442
442
|
#
|
|
443
443
|
# The format of errors file (for target language code 'trg') is:
|
|
444
|
-
# gs://translation_test/a_b_c_'trg'_errors.[extension]
|
|
444
|
+
# `gs://translation_test/a_b_c_'trg'_errors.[extension]`
|
|
445
445
|
#
|
|
446
446
|
# If the input file extension is tsv, errors_file contains the following:
|
|
447
447
|
# Column 1: ID of the request provided in the input, if it's not
|
|
@@ -453,7 +453,7 @@ module Google
|
|
|
453
453
|
#
|
|
454
454
|
# If the input file extension is txt or html, glossary_error_file will be
|
|
455
455
|
# generated that contains error details. glossary_error_file has format of
|
|
456
|
-
# gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
|
|
456
|
+
# `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
|
|
457
457
|
class OutputConfig
|
|
458
458
|
include ::Google::Protobuf::MessageExts
|
|
459
459
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.3
|
|
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-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|