google-apis-documentai_v1beta2 0.63.0 → 0.64.0

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: 9a5b403d576c1501b2cdf6da18ee14c9313b07a1ec676f42680b28d20e56b5a0
4
- data.tar.gz: c170dbb903e163b395df5dba7b36e5f97352ca63a13276ad0f5dfe1962b1fd5f
3
+ metadata.gz: 97ca4b502b321ce10797bb859a0e17036310b95864646c94f8d07168d0753ca7
4
+ data.tar.gz: 830817f1d139942067f58913ff6c14365e2da5fd4cd1060b8c3d099668405c6b
5
5
  SHA512:
6
- metadata.gz: 7667af9faa8f1cd9911467cfeebdab58ea810a970f0c733daf1391869dccb27ee74b285ae746b1e5050f671ff94baa2d8e4c763c668d7f7a297baac18b3fff9c
7
- data.tar.gz: c271c147eb9bb545414e27b63308393e2623563859395e66665f0d45be21c78c4ec56a27126d10fa10ddd92c0a42a41b62e6fdfa642e441d0f335e373c911f8c
6
+ metadata.gz: 17db31fa9fc3a1223fc3468f71aaf74f216d477f95d4aea925b15917091f9a6be34dcaec71efd0c0e9a6dee8a5b15dcd87db8f0ff9dad61b90f331b3e4d13bfc
7
+ data.tar.gz: 22d4f5dfa49e6f3e3b79b6c406af3d6a6d28db595e54d2ea573ce19e2eba6fae388006d0db9e7b40ecae217ee21c5d310f50ca39e9d1e61685bd68eb9cfb6fc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.64.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230609
6
+
3
7
  ### v0.63.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230605
@@ -445,8 +445,8 @@ module Google
445
445
  class GoogleCloudDocumentaiUiv1beta3DocumentId
446
446
  include Google::Apis::Core::Hashable
447
447
 
448
- # Identifies a document uniquely within the scope of a dataset in user managed
449
- # Cloud Storage option.
448
+ # Identifies a document uniquely within the scope of a dataset in the user-
449
+ # managed Cloud Storage option.
450
450
  # Corresponds to the JSON property `gcsManagedDocId`
451
451
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId]
452
452
  attr_accessor :gcs_managed_doc_id
@@ -474,8 +474,8 @@ module Google
474
474
  end
475
475
  end
476
476
 
477
- # Identifies a document uniquely within the scope of a dataset in user managed
478
- # Cloud Storage option.
477
+ # Identifies a document uniquely within the scope of a dataset in the user-
478
+ # managed Cloud Storage option.
479
479
  class GoogleCloudDocumentaiUiv1beta3DocumentIdGcsManagedDocumentId
480
480
  include Google::Apis::Core::Hashable
481
481
 
@@ -484,7 +484,7 @@ module Google
484
484
  # @return [String]
485
485
  attr_accessor :cw_doc_id
486
486
 
487
- # Required. The Cloud Storage uri where the actual document is stored.
487
+ # Required. The Cloud Storage URI where the actual document is stored.
488
488
  # Corresponds to the JSON property `gcsUri`
489
489
  # @return [String]
490
490
  attr_accessor :gcs_uri
@@ -2319,7 +2319,7 @@ module Google
2319
2319
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImage]
2320
2320
  attr_accessor :image
2321
2321
 
2322
- # Image Quality Scores for the page image.
2322
+ # Image quality scores for the page image.
2323
2323
  # Corresponds to the JSON property `imageQualityScores`
2324
2324
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores]
2325
2325
  attr_accessor :image_quality_scores
@@ -2695,7 +2695,7 @@ module Google
2695
2695
  end
2696
2696
  end
2697
2697
 
2698
- # Image Quality Scores for the page image.
2698
+ # Image quality scores for the page image.
2699
2699
  class GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores
2700
2700
  include Google::Apis::Core::Hashable
2701
2701
 
@@ -2725,7 +2725,7 @@ module Google
2725
2725
  include Google::Apis::Core::Hashable
2726
2726
 
2727
2727
  # Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
2728
- # confidence of that the defect exists.
2728
+ # confidence that the defect exists.
2729
2729
  # Corresponds to the JSON property `confidence`
2730
2730
  # @return [Float]
2731
2731
  attr_accessor :confidence
@@ -3093,7 +3093,7 @@ module Google
3093
3093
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
3094
3094
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
3095
3095
  # method in iOS; and, with just a little work, it can be easily formatted into a
3096
- # CSS `rgba()` string in JavaScript. This reference page does not have
3096
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
3097
3097
  # information about the absolute color space that should be used to interpret
3098
3098
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
3099
3099
  # applications should assume the sRGB color space. When color equality needs to
@@ -3210,7 +3210,7 @@ module Google
3210
3210
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
3211
3211
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
3212
3212
  # method in iOS; and, with just a little work, it can be easily formatted into a
3213
- # CSS `rgba()` string in JavaScript. This reference page does not have
3213
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
3214
3214
  # information about the absolute color space that should be used to interpret
3215
3215
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
3216
3216
  # applications should assume the sRGB color space. When color equality needs to
@@ -3517,7 +3517,7 @@ module Google
3517
3517
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
3518
3518
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
3519
3519
  # method in iOS; and, with just a little work, it can be easily formatted into a
3520
- # CSS `rgba()` string in JavaScript. This reference page does not have
3520
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
3521
3521
  # information about the absolute color space that should be used to interpret
3522
3522
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
3523
3523
  # applications should assume the sRGB color space. When color equality needs to
@@ -3566,7 +3566,7 @@ module Google
3566
3566
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
3567
3567
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
3568
3568
  # method in iOS; and, with just a little work, it can be easily formatted into a
3569
- # CSS `rgba()` string in JavaScript. This reference page does not have
3569
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
3570
3570
  # information about the absolute color space that should be used to interpret
3571
3571
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
3572
3572
  # applications should assume the sRGB color space. When color equality needs to
@@ -3669,7 +3669,7 @@ module Google
3669
3669
  # @return [Float]
3670
3670
  attr_accessor :size
3671
3671
 
3672
- # Unit for the font size. Follows CSS naming (`in`, `px`, `pt`, etc.).
3672
+ # Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
3673
3673
  # Corresponds to the JSON property `unit`
3674
3674
  # @return [String]
3675
3675
  attr_accessor :unit
@@ -4508,7 +4508,7 @@ module Google
4508
4508
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImage]
4509
4509
  attr_accessor :image
4510
4510
 
4511
- # Image Quality Scores for the page image.
4511
+ # Image quality scores for the page image.
4512
4512
  # Corresponds to the JSON property `imageQualityScores`
4513
4513
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores]
4514
4514
  attr_accessor :image_quality_scores
@@ -4884,7 +4884,7 @@ module Google
4884
4884
  end
4885
4885
  end
4886
4886
 
4887
- # Image Quality Scores for the page image.
4887
+ # Image quality scores for the page image.
4888
4888
  class GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores
4889
4889
  include Google::Apis::Core::Hashable
4890
4890
 
@@ -4914,7 +4914,7 @@ module Google
4914
4914
  include Google::Apis::Core::Hashable
4915
4915
 
4916
4916
  # Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
4917
- # confidence of that the defect exists.
4917
+ # confidence that the defect exists.
4918
4918
  # Corresponds to the JSON property `confidence`
4919
4919
  # @return [Float]
4920
4920
  attr_accessor :confidence
@@ -5282,7 +5282,7 @@ module Google
5282
5282
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
5283
5283
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
5284
5284
  # method in iOS; and, with just a little work, it can be easily formatted into a
5285
- # CSS `rgba()` string in JavaScript. This reference page does not have
5285
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
5286
5286
  # information about the absolute color space that should be used to interpret
5287
5287
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
5288
5288
  # applications should assume the sRGB color space. When color equality needs to
@@ -5399,7 +5399,7 @@ module Google
5399
5399
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
5400
5400
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
5401
5401
  # method in iOS; and, with just a little work, it can be easily formatted into a
5402
- # CSS `rgba()` string in JavaScript. This reference page does not have
5402
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
5403
5403
  # information about the absolute color space that should be used to interpret
5404
5404
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
5405
5405
  # applications should assume the sRGB color space. When color equality needs to
@@ -5706,7 +5706,7 @@ module Google
5706
5706
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
5707
5707
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
5708
5708
  # method in iOS; and, with just a little work, it can be easily formatted into a
5709
- # CSS `rgba()` string in JavaScript. This reference page does not have
5709
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
5710
5710
  # information about the absolute color space that should be used to interpret
5711
5711
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
5712
5712
  # applications should assume the sRGB color space. When color equality needs to
@@ -5755,7 +5755,7 @@ module Google
5755
5755
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
5756
5756
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
5757
5757
  # method in iOS; and, with just a little work, it can be easily formatted into a
5758
- # CSS `rgba()` string in JavaScript. This reference page does not have
5758
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
5759
5759
  # information about the absolute color space that should be used to interpret
5760
5760
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
5761
5761
  # applications should assume the sRGB color space. When color equality needs to
@@ -5858,7 +5858,7 @@ module Google
5858
5858
  # @return [Float]
5859
5859
  attr_accessor :size
5860
5860
 
5861
- # Unit for the font size. Follows CSS naming (`in`, `px`, `pt`, etc.).
5861
+ # Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
5862
5862
  # Corresponds to the JSON property `unit`
5863
5863
  # @return [String]
5864
5864
  attr_accessor :unit
@@ -7196,7 +7196,7 @@ module Google
7196
7196
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
7197
7197
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
7198
7198
  # method in iOS; and, with just a little work, it can be easily formatted into a
7199
- # CSS `rgba()` string in JavaScript. This reference page does not have
7199
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
7200
7200
  # information about the absolute color space that should be used to interpret
7201
7201
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
7202
7202
  # applications should assume the sRGB color space. When color equality needs to
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230605"
25
+ REVISION = "20230609"
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.63.0
4
+ version: 0.64.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: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.64.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: []