google-apis-documentai_v1 0.66.0 → 0.67.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +45 -49
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5455449f01f9d866dd32137255115cf4489a9751cb6c8863992d5f3c525d2926
|
|
4
|
+
data.tar.gz: a53f5675060d8801b6b7a2ea33d9752883a1b50a50ac710d9929190e31f6f3f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be9277dcb23cdcd52cee80ef63436dd3b6e59e7040ede830661db4b7783105f2c177c37cc845c614660f1a5311cde137042db84867d935de4009fbb21ffb0992
|
|
7
|
+
data.tar.gz: c0b4b049fa3d3684630f15485d56d050c5eaf74beeda82c10ed046263c5360607f9e75edfa1034707adc3287c9f9f38b956cd63f2d5230b57d3d110f3c3767c4
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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::DocumentaiV1::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
|
|
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
|
|
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
|
|
@@ -1480,8 +1480,7 @@ module Google
|
|
|
1480
1480
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1BatchDocumentsInputConfig]
|
|
1481
1481
|
attr_accessor :input_documents
|
|
1482
1482
|
|
|
1483
|
-
# Whether
|
|
1484
|
-
# false`.
|
|
1483
|
+
# Whether human review should be skipped for this request. Default to `false`.
|
|
1485
1484
|
# Corresponds to the JSON property `skipHumanReview`
|
|
1486
1485
|
# @return [Boolean]
|
|
1487
1486
|
attr_accessor :skip_human_review
|
|
@@ -2143,7 +2142,7 @@ module Google
|
|
|
2143
2142
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageImage]
|
|
2144
2143
|
attr_accessor :image
|
|
2145
2144
|
|
|
2146
|
-
# Image
|
|
2145
|
+
# Image quality scores for the page image.
|
|
2147
2146
|
# Corresponds to the JSON property `imageQualityScores`
|
|
2148
2147
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageImageQualityScores]
|
|
2149
2148
|
attr_accessor :image_quality_scores
|
|
@@ -2519,7 +2518,7 @@ module Google
|
|
|
2519
2518
|
end
|
|
2520
2519
|
end
|
|
2521
2520
|
|
|
2522
|
-
# Image
|
|
2521
|
+
# Image quality scores for the page image.
|
|
2523
2522
|
class GoogleCloudDocumentaiV1DocumentPageImageQualityScores
|
|
2524
2523
|
include Google::Apis::Core::Hashable
|
|
2525
2524
|
|
|
@@ -2549,7 +2548,7 @@ module Google
|
|
|
2549
2548
|
include Google::Apis::Core::Hashable
|
|
2550
2549
|
|
|
2551
2550
|
# Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
|
|
2552
|
-
# confidence
|
|
2551
|
+
# confidence that the defect exists.
|
|
2553
2552
|
# Corresponds to the JSON property `confidence`
|
|
2554
2553
|
# @return [Float]
|
|
2555
2554
|
attr_accessor :confidence
|
|
@@ -2917,7 +2916,7 @@ module Google
|
|
|
2917
2916
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
2918
2917
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
2919
2918
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
2920
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
2919
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
2921
2920
|
# information about the absolute color space that should be used to interpret
|
|
2922
2921
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
2923
2922
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -3034,7 +3033,7 @@ module Google
|
|
|
3034
3033
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
3035
3034
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
3036
3035
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
3037
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
3036
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
3038
3037
|
# information about the absolute color space that should be used to interpret
|
|
3039
3038
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
3040
3039
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -3357,11 +3356,11 @@ module Google
|
|
|
3357
3356
|
attr_accessor :enum_values
|
|
3358
3357
|
|
|
3359
3358
|
# Name of the type. It must be unique within the schema file and cannot be a "
|
|
3360
|
-
# Common Type". The following naming conventions are used: - Use `snake_casing
|
|
3361
|
-
# Name matching is case-sensitive - Maximum 64 characters. - Must start with
|
|
3362
|
-
# letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
|
|
3359
|
+
# Common Type". The following naming conventions are used: - Use `snake_casing`.
|
|
3360
|
+
# - Name matching is case-sensitive. - Maximum 64 characters. - Must start with
|
|
3361
|
+
# a letter. - Allowed characters: ASCII letters `[a-z0-9_-]`. (For backward
|
|
3363
3362
|
# compatibility internal infrastructure and tooling can handle any ascii
|
|
3364
|
-
# character) - The `/` is sometimes used to denote a property of a type. For
|
|
3363
|
+
# character.) - The `/` is sometimes used to denote a property of a type. For
|
|
3365
3364
|
# example `line_item/amount`. This convention is deprecated, but will still be
|
|
3366
3365
|
# honored for backward compatibility.
|
|
3367
3366
|
# Corresponds to the JSON property `name`
|
|
@@ -3528,7 +3527,7 @@ module Google
|
|
|
3528
3527
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
3529
3528
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
3530
3529
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
3531
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
3530
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
3532
3531
|
# information about the absolute color space that should be used to interpret
|
|
3533
3532
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
3534
3533
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -3577,7 +3576,7 @@ module Google
|
|
|
3577
3576
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
3578
3577
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
3579
3578
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
3580
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
3579
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
3581
3580
|
# information about the absolute color space that should be used to interpret
|
|
3582
3581
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
3583
3582
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -3680,7 +3679,7 @@ module Google
|
|
|
3680
3679
|
# @return [Float]
|
|
3681
3680
|
attr_accessor :size
|
|
3682
3681
|
|
|
3683
|
-
# Unit for the font size. Follows CSS naming (`in`, `px`, `pt
|
|
3682
|
+
# Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
|
|
3684
3683
|
# Corresponds to the JSON property `unit`
|
|
3685
3684
|
# @return [String]
|
|
3686
3685
|
attr_accessor :unit
|
|
@@ -4445,8 +4444,7 @@ module Google
|
|
|
4445
4444
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1RawDocument]
|
|
4446
4445
|
attr_accessor :raw_document
|
|
4447
4446
|
|
|
4448
|
-
# Whether
|
|
4449
|
-
# false.
|
|
4447
|
+
# Whether human review should be skipped for this request. Default to `false`.
|
|
4450
4448
|
# Corresponds to the JSON property `skipHumanReview`
|
|
4451
4449
|
# @return [Boolean]
|
|
4452
4450
|
attr_accessor :skip_human_review
|
|
@@ -4514,7 +4512,7 @@ module Google
|
|
|
4514
4512
|
attr_accessor :display_name
|
|
4515
4513
|
|
|
4516
4514
|
# The [KMS key](https://cloud.google.com/security-key-management) used for
|
|
4517
|
-
# encryption
|
|
4515
|
+
# encryption and decryption in CMEK scenarios.
|
|
4518
4516
|
# Corresponds to the JSON property `kmsKeyName`
|
|
4519
4517
|
# @return [String]
|
|
4520
4518
|
attr_accessor :kms_key_name
|
|
@@ -4622,8 +4620,8 @@ module Google
|
|
|
4622
4620
|
class GoogleCloudDocumentaiV1ProcessorTypeLocationInfo
|
|
4623
4621
|
include Google::Apis::Core::Hashable
|
|
4624
4622
|
|
|
4625
|
-
# The location
|
|
4626
|
-
# docs/regions)
|
|
4623
|
+
# The location ID. For supported locations, refer to [regional and multi-
|
|
4624
|
+
# regional support](/document-ai/docs/regions).
|
|
4627
4625
|
# Corresponds to the JSON property `locationId`
|
|
4628
4626
|
# @return [String]
|
|
4629
4627
|
attr_accessor :location_id
|
|
@@ -4639,10 +4637,9 @@ module Google
|
|
|
4639
4637
|
end
|
|
4640
4638
|
|
|
4641
4639
|
# A processor version is an implementation of a processor. Each processor can
|
|
4642
|
-
# have multiple versions,
|
|
4643
|
-
# customer.
|
|
4644
|
-
#
|
|
4645
|
-
# version
|
|
4640
|
+
# have multiple versions, pretrained by Google internally or uptrained by the
|
|
4641
|
+
# customer. A processor can only have one default version at a time. Its
|
|
4642
|
+
# document-processing behavior is defined by that version.
|
|
4646
4643
|
class GoogleCloudDocumentaiV1ProcessorVersion
|
|
4647
4644
|
include Google::Apis::Core::Hashable
|
|
4648
4645
|
|
|
@@ -5016,10 +5013,9 @@ module Google
|
|
|
5016
5013
|
attr_accessor :input_data
|
|
5017
5014
|
|
|
5018
5015
|
# A processor version is an implementation of a processor. Each processor can
|
|
5019
|
-
# have multiple versions,
|
|
5020
|
-
# customer.
|
|
5021
|
-
#
|
|
5022
|
-
# version
|
|
5016
|
+
# have multiple versions, pretrained by Google internally or uptrained by the
|
|
5017
|
+
# customer. A processor can only have one default version at a time. Its
|
|
5018
|
+
# document-processing behavior is defined by that version.
|
|
5023
5019
|
# Corresponds to the JSON property `processorVersion`
|
|
5024
5020
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1ProcessorVersion]
|
|
5025
5021
|
attr_accessor :processor_version
|
|
@@ -5595,7 +5591,7 @@ module Google
|
|
|
5595
5591
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageImage]
|
|
5596
5592
|
attr_accessor :image
|
|
5597
5593
|
|
|
5598
|
-
# Image
|
|
5594
|
+
# Image quality scores for the page image.
|
|
5599
5595
|
# Corresponds to the JSON property `imageQualityScores`
|
|
5600
5596
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores]
|
|
5601
5597
|
attr_accessor :image_quality_scores
|
|
@@ -5971,7 +5967,7 @@ module Google
|
|
|
5971
5967
|
end
|
|
5972
5968
|
end
|
|
5973
5969
|
|
|
5974
|
-
# Image
|
|
5970
|
+
# Image quality scores for the page image.
|
|
5975
5971
|
class GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores
|
|
5976
5972
|
include Google::Apis::Core::Hashable
|
|
5977
5973
|
|
|
@@ -6001,7 +5997,7 @@ module Google
|
|
|
6001
5997
|
include Google::Apis::Core::Hashable
|
|
6002
5998
|
|
|
6003
5999
|
# Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
|
|
6004
|
-
# confidence
|
|
6000
|
+
# confidence that the defect exists.
|
|
6005
6001
|
# Corresponds to the JSON property `confidence`
|
|
6006
6002
|
# @return [Float]
|
|
6007
6003
|
attr_accessor :confidence
|
|
@@ -6369,7 +6365,7 @@ module Google
|
|
|
6369
6365
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
6370
6366
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
6371
6367
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
6372
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
6368
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
6373
6369
|
# information about the absolute color space that should be used to interpret
|
|
6374
6370
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
6375
6371
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -6486,7 +6482,7 @@ module Google
|
|
|
6486
6482
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
6487
6483
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
6488
6484
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
6489
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
6485
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
6490
6486
|
# information about the absolute color space that should be used to interpret
|
|
6491
6487
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
6492
6488
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -6793,7 +6789,7 @@ module Google
|
|
|
6793
6789
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
6794
6790
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
6795
6791
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
6796
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
6792
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
6797
6793
|
# information about the absolute color space that should be used to interpret
|
|
6798
6794
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
6799
6795
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -6842,7 +6838,7 @@ module Google
|
|
|
6842
6838
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
6843
6839
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
6844
6840
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
6845
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
6841
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
6846
6842
|
# information about the absolute color space that should be used to interpret
|
|
6847
6843
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
6848
6844
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -6945,7 +6941,7 @@ module Google
|
|
|
6945
6941
|
# @return [Float]
|
|
6946
6942
|
attr_accessor :size
|
|
6947
6943
|
|
|
6948
|
-
# Unit for the font size. Follows CSS naming (`in`, `px`, `pt
|
|
6944
|
+
# Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
|
|
6949
6945
|
# Corresponds to the JSON property `unit`
|
|
6950
6946
|
# @return [String]
|
|
6951
6947
|
attr_accessor :unit
|
|
@@ -7744,7 +7740,7 @@ module Google
|
|
|
7744
7740
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageImage]
|
|
7745
7741
|
attr_accessor :image
|
|
7746
7742
|
|
|
7747
|
-
# Image
|
|
7743
|
+
# Image quality scores for the page image.
|
|
7748
7744
|
# Corresponds to the JSON property `imageQualityScores`
|
|
7749
7745
|
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores]
|
|
7750
7746
|
attr_accessor :image_quality_scores
|
|
@@ -8120,7 +8116,7 @@ module Google
|
|
|
8120
8116
|
end
|
|
8121
8117
|
end
|
|
8122
8118
|
|
|
8123
|
-
# Image
|
|
8119
|
+
# Image quality scores for the page image.
|
|
8124
8120
|
class GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores
|
|
8125
8121
|
include Google::Apis::Core::Hashable
|
|
8126
8122
|
|
|
@@ -8150,7 +8146,7 @@ module Google
|
|
|
8150
8146
|
include Google::Apis::Core::Hashable
|
|
8151
8147
|
|
|
8152
8148
|
# Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
|
|
8153
|
-
# confidence
|
|
8149
|
+
# confidence that the defect exists.
|
|
8154
8150
|
# Corresponds to the JSON property `confidence`
|
|
8155
8151
|
# @return [Float]
|
|
8156
8152
|
attr_accessor :confidence
|
|
@@ -8518,7 +8514,7 @@ module Google
|
|
|
8518
8514
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
8519
8515
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
8520
8516
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
8521
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
8517
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
8522
8518
|
# information about the absolute color space that should be used to interpret
|
|
8523
8519
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
8524
8520
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -8635,7 +8631,7 @@ module Google
|
|
|
8635
8631
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
8636
8632
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
8637
8633
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
8638
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
8634
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
8639
8635
|
# information about the absolute color space that should be used to interpret
|
|
8640
8636
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
8641
8637
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -8942,7 +8938,7 @@ module Google
|
|
|
8942
8938
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
8943
8939
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
8944
8940
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
8945
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
8941
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
8946
8942
|
# information about the absolute color space that should be used to interpret
|
|
8947
8943
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
8948
8944
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -8991,7 +8987,7 @@ module Google
|
|
|
8991
8987
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
8992
8988
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
8993
8989
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
8994
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
8990
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
8995
8991
|
# information about the absolute color space that should be used to interpret
|
|
8996
8992
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
8997
8993
|
# applications should assume the sRGB color space. When color equality needs to
|
|
@@ -9094,7 +9090,7 @@ module Google
|
|
|
9094
9090
|
# @return [Float]
|
|
9095
9091
|
attr_accessor :size
|
|
9096
9092
|
|
|
9097
|
-
# Unit for the font size. Follows CSS naming (`in`, `px`, `pt
|
|
9093
|
+
# Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
|
|
9098
9094
|
# Corresponds to the JSON property `unit`
|
|
9099
9095
|
# @return [String]
|
|
9100
9096
|
attr_accessor :unit
|
|
@@ -10276,7 +10272,7 @@ module Google
|
|
|
10276
10272
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
10277
10273
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
10278
10274
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
10279
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
10275
|
+
# CSS `rgba()` string in JavaScript. This reference page doesn't have
|
|
10280
10276
|
# information about the absolute color space that should be used to interpret
|
|
10281
10277
|
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
10282
10278
|
# 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 DocumentaiV1
|
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.67.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 = "
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.67.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
|
+
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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.67.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|