google-apis-documentai_v1beta2 0.62.0 → 0.63.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_v1beta2/classes.rb +34 -34
- data/lib/google/apis/documentai_v1beta2/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: 9a5b403d576c1501b2cdf6da18ee14c9313b07a1ec676f42680b28d20e56b5a0
|
|
4
|
+
data.tar.gz: c170dbb903e163b395df5dba7b36e5f97352ca63a13276ad0f5dfe1962b1fd5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7667af9faa8f1cd9911467cfeebdab58ea810a970f0c733daf1391869dccb27ee74b285ae746b1e5050f671ff94baa2d8e4c763c668d7f7a297baac18b3fff9c
|
|
7
|
+
data.tar.gz: c271c147eb9bb545414e27b63308393e2623563859395e66665f0d45be21c78c4ec56a27126d10fa10ddd92c0a42a41b62e6fdfa642e441d0f335e373c911f8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1999,9 +1999,8 @@ module Google
|
|
|
1999
1999
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleRpcStatus]
|
|
2000
2000
|
attr_accessor :error
|
|
2001
2001
|
|
|
2002
|
-
# An IANA published
|
|
2003
|
-
#
|
|
2004
|
-
# xhtml.
|
|
2002
|
+
# An IANA published [media type (MIME type)](https://www.iana.org/assignments/
|
|
2003
|
+
# media-types/media-types.xhtml).
|
|
2005
2004
|
# Corresponds to the JSON property `mimeType`
|
|
2006
2005
|
# @return [String]
|
|
2007
2006
|
attr_accessor :mime_type
|
|
@@ -2320,7 +2319,7 @@ module Google
|
|
|
2320
2319
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImage]
|
|
2321
2320
|
attr_accessor :image
|
|
2322
2321
|
|
|
2323
|
-
# Image Quality Scores for the page image
|
|
2322
|
+
# Image Quality Scores for the page image.
|
|
2324
2323
|
# Corresponds to the JSON property `imageQualityScores`
|
|
2325
2324
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores]
|
|
2326
2325
|
attr_accessor :image_quality_scores
|
|
@@ -2541,8 +2540,8 @@ module Google
|
|
|
2541
2540
|
# @return [Float]
|
|
2542
2541
|
attr_accessor :confidence
|
|
2543
2542
|
|
|
2544
|
-
# The BCP-47 language code
|
|
2545
|
-
#
|
|
2543
|
+
# The [BCP-47 language code](https://www.unicode.org/reports/tr35/#
|
|
2544
|
+
# Unicode_locale_identifier), such as `en-US` or `sr-Latn`.
|
|
2546
2545
|
# Corresponds to the JSON property `languageCode`
|
|
2547
2546
|
# @return [String]
|
|
2548
2547
|
attr_accessor :language_code
|
|
@@ -2672,7 +2671,8 @@ module Google
|
|
|
2672
2671
|
# @return [Fixnum]
|
|
2673
2672
|
attr_accessor :height
|
|
2674
2673
|
|
|
2675
|
-
# Encoding
|
|
2674
|
+
# Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/
|
|
2675
|
+
# media-types.xhtml) for the image.
|
|
2676
2676
|
# Corresponds to the JSON property `mimeType`
|
|
2677
2677
|
# @return [String]
|
|
2678
2678
|
attr_accessor :mime_type
|
|
@@ -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
|
|
|
@@ -2704,7 +2704,7 @@ module Google
|
|
|
2704
2704
|
# @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect>]
|
|
2705
2705
|
attr_accessor :detected_defects
|
|
2706
2706
|
|
|
2707
|
-
# The overall quality score. Range `[0, 1]` where 1 is perfect quality.
|
|
2707
|
+
# The overall quality score. Range `[0, 1]` where `1` is perfect quality.
|
|
2708
2708
|
# Corresponds to the JSON property `qualityScore`
|
|
2709
2709
|
# @return [Float]
|
|
2710
2710
|
attr_accessor :quality_score
|
|
@@ -2724,7 +2724,7 @@ module Google
|
|
|
2724
2724
|
class GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect
|
|
2725
2725
|
include Google::Apis::Core::Hashable
|
|
2726
2726
|
|
|
2727
|
-
# Confidence of detected defect. Range `[0, 1]` where 1 indicates strong
|
|
2727
|
+
# Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
|
|
2728
2728
|
# confidence of that the defect exists.
|
|
2729
2729
|
# Corresponds to the JSON property `confidence`
|
|
2730
2730
|
# @return [Float]
|
|
@@ -3620,8 +3620,8 @@ module Google
|
|
|
3620
3620
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize]
|
|
3621
3621
|
attr_accessor :font_size
|
|
3622
3622
|
|
|
3623
|
-
# Font weight. Possible
|
|
3624
|
-
#
|
|
3623
|
+
# [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible
|
|
3624
|
+
# values are `normal`, `bold`, `bolder`, and `lighter`.
|
|
3625
3625
|
# Corresponds to the JSON property `fontWeight`
|
|
3626
3626
|
# @return [String]
|
|
3627
3627
|
attr_accessor :font_weight
|
|
@@ -3631,14 +3631,14 @@ module Google
|
|
|
3631
3631
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentTextAnchor]
|
|
3632
3632
|
attr_accessor :text_anchor
|
|
3633
3633
|
|
|
3634
|
-
# Text decoration
|
|
3635
|
-
#
|
|
3634
|
+
# [Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp)
|
|
3635
|
+
# . Follows CSS standard.
|
|
3636
3636
|
# Corresponds to the JSON property `textDecoration`
|
|
3637
3637
|
# @return [String]
|
|
3638
3638
|
attr_accessor :text_decoration
|
|
3639
3639
|
|
|
3640
|
-
# Text style
|
|
3641
|
-
#
|
|
3640
|
+
# [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
|
|
3641
|
+
# Possible values are `normal`, `italic`, and `oblique`.
|
|
3642
3642
|
# Corresponds to the JSON property `textStyle`
|
|
3643
3643
|
# @return [String]
|
|
3644
3644
|
attr_accessor :text_style
|
|
@@ -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
|
|
3672
|
+
# Unit for the font size. Follows CSS naming (`in`, `px`, `pt`, etc.).
|
|
3673
3673
|
# Corresponds to the JSON property `unit`
|
|
3674
3674
|
# @return [String]
|
|
3675
3675
|
attr_accessor :unit
|
|
@@ -4150,9 +4150,8 @@ module Google
|
|
|
4150
4150
|
# @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentLabel>]
|
|
4151
4151
|
attr_accessor :labels
|
|
4152
4152
|
|
|
4153
|
-
# An IANA published
|
|
4154
|
-
#
|
|
4155
|
-
# xhtml.
|
|
4153
|
+
# An IANA published [media type (MIME type)](https://www.iana.org/assignments/
|
|
4154
|
+
# media-types/media-types.xhtml).
|
|
4156
4155
|
# Corresponds to the JSON property `mimeType`
|
|
4157
4156
|
# @return [String]
|
|
4158
4157
|
attr_accessor :mime_type
|
|
@@ -4509,7 +4508,7 @@ module Google
|
|
|
4509
4508
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImage]
|
|
4510
4509
|
attr_accessor :image
|
|
4511
4510
|
|
|
4512
|
-
# Image Quality Scores for the page image
|
|
4511
|
+
# Image Quality Scores for the page image.
|
|
4513
4512
|
# Corresponds to the JSON property `imageQualityScores`
|
|
4514
4513
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores]
|
|
4515
4514
|
attr_accessor :image_quality_scores
|
|
@@ -4730,8 +4729,8 @@ module Google
|
|
|
4730
4729
|
# @return [Float]
|
|
4731
4730
|
attr_accessor :confidence
|
|
4732
4731
|
|
|
4733
|
-
# The BCP-47 language code
|
|
4734
|
-
#
|
|
4732
|
+
# The [BCP-47 language code](https://www.unicode.org/reports/tr35/#
|
|
4733
|
+
# Unicode_locale_identifier), such as `en-US` or `sr-Latn`.
|
|
4735
4734
|
# Corresponds to the JSON property `languageCode`
|
|
4736
4735
|
# @return [String]
|
|
4737
4736
|
attr_accessor :language_code
|
|
@@ -4861,7 +4860,8 @@ module Google
|
|
|
4861
4860
|
# @return [Fixnum]
|
|
4862
4861
|
attr_accessor :height
|
|
4863
4862
|
|
|
4864
|
-
# Encoding
|
|
4863
|
+
# Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/
|
|
4864
|
+
# media-types.xhtml) for the image.
|
|
4865
4865
|
# Corresponds to the JSON property `mimeType`
|
|
4866
4866
|
# @return [String]
|
|
4867
4867
|
attr_accessor :mime_type
|
|
@@ -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
|
|
|
@@ -4893,7 +4893,7 @@ module Google
|
|
|
4893
4893
|
# @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect>]
|
|
4894
4894
|
attr_accessor :detected_defects
|
|
4895
4895
|
|
|
4896
|
-
# The overall quality score. Range `[0, 1]` where 1 is perfect quality.
|
|
4896
|
+
# The overall quality score. Range `[0, 1]` where `1` is perfect quality.
|
|
4897
4897
|
# Corresponds to the JSON property `qualityScore`
|
|
4898
4898
|
# @return [Float]
|
|
4899
4899
|
attr_accessor :quality_score
|
|
@@ -4913,7 +4913,7 @@ module Google
|
|
|
4913
4913
|
class GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect
|
|
4914
4914
|
include Google::Apis::Core::Hashable
|
|
4915
4915
|
|
|
4916
|
-
# Confidence of detected defect. Range `[0, 1]` where 1 indicates strong
|
|
4916
|
+
# Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
|
|
4917
4917
|
# confidence of that the defect exists.
|
|
4918
4918
|
# Corresponds to the JSON property `confidence`
|
|
4919
4919
|
# @return [Float]
|
|
@@ -5809,8 +5809,8 @@ module Google
|
|
|
5809
5809
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize]
|
|
5810
5810
|
attr_accessor :font_size
|
|
5811
5811
|
|
|
5812
|
-
# Font weight. Possible
|
|
5813
|
-
#
|
|
5812
|
+
# [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible
|
|
5813
|
+
# values are `normal`, `bold`, `bolder`, and `lighter`.
|
|
5814
5814
|
# Corresponds to the JSON property `fontWeight`
|
|
5815
5815
|
# @return [String]
|
|
5816
5816
|
attr_accessor :font_weight
|
|
@@ -5820,14 +5820,14 @@ module Google
|
|
|
5820
5820
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentTextAnchor]
|
|
5821
5821
|
attr_accessor :text_anchor
|
|
5822
5822
|
|
|
5823
|
-
# Text decoration
|
|
5824
|
-
#
|
|
5823
|
+
# [Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp)
|
|
5824
|
+
# . Follows CSS standard.
|
|
5825
5825
|
# Corresponds to the JSON property `textDecoration`
|
|
5826
5826
|
# @return [String]
|
|
5827
5827
|
attr_accessor :text_decoration
|
|
5828
5828
|
|
|
5829
|
-
# Text style
|
|
5830
|
-
#
|
|
5829
|
+
# [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
|
|
5830
|
+
# Possible values are `normal`, `italic`, and `oblique`.
|
|
5831
5831
|
# Corresponds to the JSON property `textStyle`
|
|
5832
5832
|
# @return [String]
|
|
5833
5833
|
attr_accessor :text_style
|
|
@@ -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
|
|
5861
|
+
# Unit for the font size. Follows CSS naming (`in`, `px`, `pt`, etc.).
|
|
5862
5862
|
# Corresponds to the JSON property `unit`
|
|
5863
5863
|
# @return [String]
|
|
5864
5864
|
attr_accessor :unit
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.63.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 = "20230605"
|
|
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.
|
|
4
|
+
version: 0.63.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-11 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.63.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: []
|