google-apis-documentai_v1beta2 0.29.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6036bef4ac7be9ccc7e199383d668ceb9047d4de81cfcab27dfcb1f8ddb20d6b
4
- data.tar.gz: 187962bc592238797854a9506575eacdc83d9b3cdf5c01bbf0ea8632a1388745
3
+ metadata.gz: 4158f82ba1725340b918f6d792241857039e0744b6bb5ab5e2fb722d7be14b21
4
+ data.tar.gz: 55e376ab399d98338223bdd0978a66722a3f68b77e4df4848113a58d4226b41b
5
5
  SHA512:
6
- metadata.gz: 919cfb12935050604d0d5f88f1b7be1fcfbdc774103b244fb6d49b9ad08db0de4fd6e67c2b550bf224655a417b8c95b24d6e53f3a09539386dcdd6f0ccb7f1e7
7
- data.tar.gz: e9e5cdcac1fcc5425eddac5f34e40f3ebeb0242ff37a64a777b995bbd1abc332780fca2bc4bc59eb68385afffe848c373b77635bfa6c78d6cf03ba89fedb2d9f
6
+ metadata.gz: 7fbd7c1cf1ddcb907d3a1376069bc9a4685719e8d9c82abb02f5ea4262320f73a0b3fd71aa4836e6b40d51e71d160e202086359d50aeedcb8442d1af5bd0f4ff
7
+ data.tar.gz: 65e0653290db1c5f21c5fcb35966ae596d81aca3e2c568e75818e0772566820e2894af0108d26383b47442264627eb089fac03f336a11d6fa6eee15290b7b370
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.30.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220222
6
+
3
7
  ### v0.29.0 (2022-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220212
@@ -1424,7 +1424,7 @@ module Google
1424
1424
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntity>]
1425
1425
  attr_accessor :entities
1426
1426
 
1427
- # Relationship among Document.entities.
1427
+ # Placeholder. Relationship among Document.entities.
1428
1428
  # Corresponds to the JSON property `entityRelations`
1429
1429
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentEntityRelation>]
1430
1430
  attr_accessor :entity_relations
@@ -1451,7 +1451,7 @@ module Google
1451
1451
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPage>]
1452
1452
  attr_accessor :pages
1453
1453
 
1454
- # Revision history of this document.
1454
+ # Placeholder. Revision history of this document.
1455
1455
  # Corresponds to the JSON property `revisions`
1456
1456
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentRevision>]
1457
1457
  attr_accessor :revisions
@@ -1467,14 +1467,14 @@ module Google
1467
1467
  # @return [String]
1468
1468
  attr_accessor :text
1469
1469
 
1470
- # A list of text corrections made to [Document.text]. This is usually used for
1471
- # annotating corrections to OCR mistakes. Text changes for a given revision may
1472
- # not overlap with each other.
1470
+ # Placeholder. A list of text corrections made to [Document.text]. This is
1471
+ # usually used for annotating corrections to OCR mistakes. Text changes for a
1472
+ # given revision may not overlap with each other.
1473
1473
  # Corresponds to the JSON property `textChanges`
1474
1474
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextChange>]
1475
1475
  attr_accessor :text_changes
1476
1476
 
1477
- # Styles for the Document.text.
1477
+ # Placeholder. Styles for the Document.text.
1478
1478
  # Corresponds to the JSON property `textStyles`
1479
1479
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyle>]
1480
1480
  attr_accessor :text_styles
@@ -3216,7 +3216,7 @@ module Google
3216
3216
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntity>]
3217
3217
  attr_accessor :entities
3218
3218
 
3219
- # Relationship among Document.entities.
3219
+ # Placeholder. Relationship among Document.entities.
3220
3220
  # Corresponds to the JSON property `entityRelations`
3221
3221
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentEntityRelation>]
3222
3222
  attr_accessor :entity_relations
@@ -3248,7 +3248,7 @@ module Google
3248
3248
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPage>]
3249
3249
  attr_accessor :pages
3250
3250
 
3251
- # Revision history of this document.
3251
+ # Placeholder. Revision history of this document.
3252
3252
  # Corresponds to the JSON property `revisions`
3253
3253
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentRevision>]
3254
3254
  attr_accessor :revisions
@@ -3264,14 +3264,14 @@ module Google
3264
3264
  # @return [String]
3265
3265
  attr_accessor :text
3266
3266
 
3267
- # A list of text corrections made to [Document.text]. This is usually used for
3268
- # annotating corrections to OCR mistakes. Text changes for a given revision may
3269
- # not overlap with each other.
3267
+ # Placeholder. A list of text corrections made to [Document.text]. This is
3268
+ # usually used for annotating corrections to OCR mistakes. Text changes for a
3269
+ # given revision may not overlap with each other.
3270
3270
  # Corresponds to the JSON property `textChanges`
3271
3271
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextChange>]
3272
3272
  attr_accessor :text_changes
3273
3273
 
3274
- # Styles for the Document.text.
3274
+ # Placeholder. Styles for the Document.text.
3275
3275
  # Corresponds to the JSON property `textStyles`
3276
3276
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyle>]
3277
3277
  attr_accessor :text_styles
@@ -6118,8 +6118,8 @@ module Google
6118
6118
  attr_accessor :recipients
6119
6119
 
6120
6120
  # Required. CLDR region code of the country/region of the address. This is never
6121
- # inferred and it is up to the user to ensure the value is correct. See http://
6122
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
6121
+ # inferred and it is up to the user to ensure the value is correct. See https://
6122
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
6123
6123
  # territory_information.html for details. Example: "CH" for Switzerland.
6124
6124
  # Corresponds to the JSON property `regionCode`
6125
6125
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta2
18
18
  # Version of the google-apis-documentai_v1beta2 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220212"
25
+ REVISION = "20220222"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-21 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []