google-apis-documentai_v1beta2 0.46.0 → 0.48.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: 62d117e0bae35e29d0f32d2ef5791fba6376701f42b08e3333e20f35cc4a8872
4
- data.tar.gz: 9d03b8c0bdbf419be7375d2bb9af3442128372bb8dd183a06d8102a3e7f882d9
3
+ metadata.gz: 9742539005176fcabde441d21960e1d3fd4da551f22ff04518c92e3f014d4abf
4
+ data.tar.gz: 88f2fe3a8f881c6f720822bc036b76943778075f2604eeff745d6d561a252e86
5
5
  SHA512:
6
- metadata.gz: 0a58e4ded6b20df61638f2b4201905ed6ed9b0899ccdc02f12292bf03c24cbd04130e6ab77224123af8b690da6cfb41569f168846e9b38b45ed82b7a51ab6dad
7
- data.tar.gz: acda36656fb1ab2e912ba3bf07f3aeadbc898526653efc97af7265adba6ea253e839a94744107c47dc0d6e6996e501bd58002227b7b50bd467f27fce00f4c422
6
+ metadata.gz: fb85e5a3fa03019e7d0cbcd90eb659e876d62b4f79a7276e59f00e7c8590552230b3f5e52314016cd67290008259dafccadcd93c4c49306a061186e85cad6b11
7
+ data.tar.gz: f253f6e6cb23dceff607cc672449372121643235d8cd1030dddb73ae4a4dbe91d81f5a2a44c03c392f0639197c1baf357d97f006c89ce942786f7a33db6c1a85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.48.0 (2022-09-20)
4
+
5
+ * Regenerated from discovery document revision 20220919
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.47.0 (2022-09-18)
9
+
10
+ * Regenerated from discovery document revision 20220912
11
+
3
12
  ### v0.46.0 (2022-08-31)
4
13
 
5
14
  * Regenerated from discovery document revision 20220824
@@ -1841,8 +1841,7 @@ module Google
1841
1841
  # @return [String]
1842
1842
  attr_accessor :mention_id
1843
1843
 
1844
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
1845
- # entity is not present in the document, this field will be empty.
1844
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
1846
1845
  # Corresponds to the JSON property `mentionText`
1847
1846
  # @return [String]
1848
1847
  attr_accessor :mention_text
@@ -3086,6 +3085,12 @@ module Google
3086
3085
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeColor]
3087
3086
  attr_accessor :color
3088
3087
 
3088
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
3089
+ # cssref/pr_font_font-family.asp
3090
+ # Corresponds to the JSON property `fontFamily`
3091
+ # @return [String]
3092
+ attr_accessor :font_family
3093
+
3089
3094
  # Font size with unit.
3090
3095
  # Corresponds to the JSON property `fontSize`
3091
3096
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize]
@@ -3122,6 +3127,7 @@ module Google
3122
3127
  def update!(**args)
3123
3128
  @background_color = args[:background_color] if args.key?(:background_color)
3124
3129
  @color = args[:color] if args.key?(:color)
3130
+ @font_family = args[:font_family] if args.key?(:font_family)
3125
3131
  @font_size = args[:font_size] if args.key?(:font_size)
3126
3132
  @font_weight = args[:font_weight] if args.key?(:font_weight)
3127
3133
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -3710,8 +3716,7 @@ module Google
3710
3716
  # @return [String]
3711
3717
  attr_accessor :mention_id
3712
3718
 
3713
- # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
3714
- # entity is not present in the document, this field will be empty.
3719
+ # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
3715
3720
  # Corresponds to the JSON property `mentionText`
3716
3721
  # @return [String]
3717
3722
  attr_accessor :mention_text
@@ -4992,6 +4997,12 @@ module Google
4992
4997
  # @return [Google::Apis::DocumentaiV1beta2::GoogleTypeColor]
4993
4998
  attr_accessor :color
4994
4999
 
5000
+ # Font family such as "Arial", "Times New Roman". https://www.w3schools.com/
5001
+ # cssref/pr_font_font-family.asp
5002
+ # Corresponds to the JSON property `fontFamily`
5003
+ # @return [String]
5004
+ attr_accessor :font_family
5005
+
4995
5006
  # Font size with unit.
4996
5007
  # Corresponds to the JSON property `fontSize`
4997
5008
  # @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize]
@@ -5028,6 +5039,7 @@ module Google
5028
5039
  def update!(**args)
5029
5040
  @background_color = args[:background_color] if args.key?(:background_color)
5030
5041
  @color = args[:color] if args.key?(:color)
5042
+ @font_family = args[:font_family] if args.key?(:font_family)
5031
5043
  @font_size = args[:font_size] if args.key?(:font_size)
5032
5044
  @font_weight = args[:font_weight] if args.key?(:font_weight)
5033
5045
  @text_anchor = args[:text_anchor] if args.key?(:text_anchor)
@@ -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.46.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
25
+ REVISION = "20220919"
26
26
  end
27
27
  end
28
28
  end
@@ -2180,6 +2180,7 @@ module Google
2180
2180
 
2181
2181
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
2182
2182
 
2183
+ property :font_family, as: 'fontFamily'
2183
2184
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentStyleFontSize::Representation
2184
2185
 
2185
2186
  property :font_weight, as: 'fontWeight'
@@ -2727,6 +2728,7 @@ module Google
2727
2728
 
2728
2729
  property :color, as: 'color', class: Google::Apis::DocumentaiV1beta2::GoogleTypeColor, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeColor::Representation
2729
2730
 
2731
+ property :font_family, as: 'fontFamily'
2730
2732
  property :font_size, as: 'fontSize', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentStyleFontSize::Representation
2731
2733
 
2732
2734
  property :font_weight, as: 'fontWeight'
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.46.0
4
+ version: 0.48.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.48.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: []