google-apis-documentai_v1beta3 0.93.0 → 0.95.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: 98bee875a50a20a5e295e0192c5d6d6fe5416461147254f7dc47fd802c38f1ca
4
- data.tar.gz: 6f32abdf5e4fb04ecf017e5d326fb35f6b01a7e51c7890a15a6db7526c504be1
3
+ metadata.gz: a69c84ced620ec5cf94ecb65968abee01a8b0ead20f4b9d7ac3d1968bd4deb32
4
+ data.tar.gz: 60f98f70a9da5cdf7f36f126e29e7e019391dca8fc9787d4ea6129e67c54868e
5
5
  SHA512:
6
- metadata.gz: a77849159a4417fc8c939f8860a2bf9832defcbab4b8fe0c851e683180a258742b16123a1cf4a399abe264cee7047c2b7350a6372dd7f1ff18e6e680971db1fe
7
- data.tar.gz: ab1ee2e024cefd365dc820ebe32e468e751f6ae6f6051b3d806037cf3fe7d7e604f1e5c41e156a076dc834423f11221487490187128030a8bb4c97ff77b2168c
6
+ metadata.gz: cee4213ee8d814b4af41cfd86ec4b022e8e378df50bf0d56b4ce3b6c955da637db22d3347db3c202c2f0bb1e11030c9974ab1cb8d17761f95c051aacbc508506
7
+ data.tar.gz: 4c056a787793f70876879c1a38fb97f446082c4c09fadf2fb5293ca36e6946e78725600e577f09dafd1b5247fe3cc6ff84892548e04a9ae6d8d16d55dc63ed06
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.95.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240502
6
+
7
+ ### v0.94.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240417
10
+
3
11
  ### v0.93.0 (2024-04-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20240404
@@ -3275,25 +3275,25 @@ module Google
3275
3275
  # @return [Float]
3276
3276
  attr_accessor :pixel_font_size
3277
3277
 
3278
- # Whether the text is in small caps.
3278
+ # Whether the text is in small caps. This feature is not supported yet.
3279
3279
  # Corresponds to the JSON property `smallcaps`
3280
3280
  # @return [Boolean]
3281
3281
  attr_accessor :smallcaps
3282
3282
  alias_method :smallcaps?, :smallcaps
3283
3283
 
3284
- # Whether the text is strikethrough.
3284
+ # Whether the text is strikethrough. This feature is not supported yet.
3285
3285
  # Corresponds to the JSON property `strikeout`
3286
3286
  # @return [Boolean]
3287
3287
  attr_accessor :strikeout
3288
3288
  alias_method :strikeout?, :strikeout
3289
3289
 
3290
- # Whether the text is a subscript.
3290
+ # Whether the text is a subscript. This feature is not supported yet.
3291
3291
  # Corresponds to the JSON property `subscript`
3292
3292
  # @return [Boolean]
3293
3293
  attr_accessor :subscript
3294
3294
  alias_method :subscript?, :subscript
3295
3295
 
3296
- # Whether the text is a superscript.
3296
+ # Whether the text is a superscript. This feature is not supported yet.
3297
3297
  # Corresponds to the JSON property `superscript`
3298
3298
  # @return [Boolean]
3299
3299
  attr_accessor :superscript
@@ -5424,25 +5424,25 @@ module Google
5424
5424
  # @return [Float]
5425
5425
  attr_accessor :pixel_font_size
5426
5426
 
5427
- # Whether the text is in small caps.
5427
+ # Whether the text is in small caps. This feature is not supported yet.
5428
5428
  # Corresponds to the JSON property `smallcaps`
5429
5429
  # @return [Boolean]
5430
5430
  attr_accessor :smallcaps
5431
5431
  alias_method :smallcaps?, :smallcaps
5432
5432
 
5433
- # Whether the text is strikethrough.
5433
+ # Whether the text is strikethrough. This feature is not supported yet.
5434
5434
  # Corresponds to the JSON property `strikeout`
5435
5435
  # @return [Boolean]
5436
5436
  attr_accessor :strikeout
5437
5437
  alias_method :strikeout?, :strikeout
5438
5438
 
5439
- # Whether the text is a subscript.
5439
+ # Whether the text is a subscript. This feature is not supported yet.
5440
5440
  # Corresponds to the JSON property `subscript`
5441
5441
  # @return [Boolean]
5442
5442
  attr_accessor :subscript
5443
5443
  alias_method :subscript?, :subscript
5444
5444
 
5445
- # Whether the text is a superscript.
5445
+ # Whether the text is a superscript. This feature is not supported yet.
5446
5446
  # Corresponds to the JSON property `superscript`
5447
5447
  # @return [Boolean]
5448
5448
  attr_accessor :superscript
@@ -7178,6 +7178,12 @@ module Google
7178
7178
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan]
7179
7179
  attr_accessor :page_span
7180
7180
 
7181
+ # DO NOT USE. List of all parsed documents layout source blocks used to generate
7182
+ # the chunk.
7183
+ # Corresponds to the JSON property `sourceBlockIds`
7184
+ # @return [Array<String>]
7185
+ attr_accessor :source_block_ids
7186
+
7181
7187
  def initialize(**args)
7182
7188
  update!(**args)
7183
7189
  end
@@ -7189,6 +7195,7 @@ module Google
7189
7195
  @page_footers = args[:page_footers] if args.key?(:page_footers)
7190
7196
  @page_headers = args[:page_headers] if args.key?(:page_headers)
7191
7197
  @page_span = args[:page_span] if args.key?(:page_span)
7198
+ @source_block_ids = args[:source_block_ids] if args.key?(:source_block_ids)
7192
7199
  end
7193
7200
  end
7194
7201
 
@@ -8831,25 +8838,25 @@ module Google
8831
8838
  # @return [Float]
8832
8839
  attr_accessor :pixel_font_size
8833
8840
 
8834
- # Whether the text is in small caps.
8841
+ # Whether the text is in small caps. This feature is not supported yet.
8835
8842
  # Corresponds to the JSON property `smallcaps`
8836
8843
  # @return [Boolean]
8837
8844
  attr_accessor :smallcaps
8838
8845
  alias_method :smallcaps?, :smallcaps
8839
8846
 
8840
- # Whether the text is strikethrough.
8847
+ # Whether the text is strikethrough. This feature is not supported yet.
8841
8848
  # Corresponds to the JSON property `strikeout`
8842
8849
  # @return [Boolean]
8843
8850
  attr_accessor :strikeout
8844
8851
  alias_method :strikeout?, :strikeout
8845
8852
 
8846
- # Whether the text is a subscript.
8853
+ # Whether the text is a subscript. This feature is not supported yet.
8847
8854
  # Corresponds to the JSON property `subscript`
8848
8855
  # @return [Boolean]
8849
8856
  attr_accessor :subscript
8850
8857
  alias_method :subscript?, :subscript
8851
8858
 
8852
- # Whether the text is a superscript.
8859
+ # Whether the text is a superscript. This feature is not supported yet.
8853
8860
  # Corresponds to the JSON property `superscript`
8854
8861
  # @return [Boolean]
8855
8862
  attr_accessor :superscript
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.95.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240404"
25
+ REVISION = "20240502"
26
26
  end
27
27
  end
28
28
  end
@@ -4339,6 +4339,7 @@ module Google
4339
4339
 
4340
4340
  property :page_span, as: 'pageSpan', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan::Representation
4341
4341
 
4342
+ collection :source_block_ids, as: 'sourceBlockIds'
4342
4343
  end
4343
4344
  end
4344
4345
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.95.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: 2024-04-07 00:00:00.000000000 Z
11
+ date: 2024-05-05 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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.93.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.95.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []