google-apis-documentai_v1beta2 0.37.0 → 0.38.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: 1a79a6d5f97a2933cf2bb022a79d56c3e5248143fb527ee2bda50152814d3efa
4
- data.tar.gz: 3e116270a90bf1130438460fd68a8b56cbdc6e7719ffce0c8b160362c1112644
3
+ metadata.gz: 0deccfbfe7acd1ea8721183c9f9b14a21901a41662c11a97718a3daf5a10402b
4
+ data.tar.gz: d352bd48c499a26e91d5eb2e35ecb8b468ac2f3804bc99ad6f3c8f217af422f5
5
5
  SHA512:
6
- metadata.gz: 7bfd770c015f9372f5f7563373455d9594b10de9effc8b41309eff5834ed848ea061cef20a47f32742b0654effbfddf8b237d08db2db39fc0d064b58ede2a365
7
- data.tar.gz: 2dcbf1163eebc9be3f42dd6af143421175e51b5c68b1d3fdfbed10142bc6d11f667d7bba403f18cab310be4cbd88f8bbad1344bd00061b6b74b81cf1a7798f5f
6
+ metadata.gz: 8d496ba1f3972ad75993b8090373bed7d5ae4313540d0eca7c07d2d2681ee911305ddf40ddd94336464df9989a25cf6c6f93807e4e77aab40e9fa99a306b3f92
7
+ data.tar.gz: 1d7ffce2aff7c1c2c66cc4022793c95585c89d4de9d71b4f13d1d0b76e0496d0fe2515b7256598533ea668fc6d884fa4e9dec37736035e3850ebe5da0817d9ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta2
2
2
 
3
+ ### v0.38.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.37.0 (2022-05-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20220505
@@ -1871,8 +1871,8 @@ module Google
1871
1871
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageToken>]
1872
1872
  attr_accessor :tokens
1873
1873
 
1874
- # Transformation matrices (both already applied and not) to the original
1875
- # document image to produce Page.image.
1874
+ # Transformation matrices that were applied to the original document image to
1875
+ # produce Page.image.
1876
1876
  # Corresponds to the JSON property `transforms`
1877
1877
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageMatrix>]
1878
1878
  attr_accessor :transforms
@@ -2247,14 +2247,6 @@ module Google
2247
2247
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
2248
2248
  include Google::Apis::Core::Hashable
2249
2249
 
2250
- # Has the transformation already been applied to the current Document? Needed to
2251
- # disambiguate pre-processing transformations already applied vs transformations
2252
- # added at annotation time by HITL operators.
2253
- # Corresponds to the JSON property `applied`
2254
- # @return [Boolean]
2255
- attr_accessor :applied
2256
- alias_method :applied?, :applied
2257
-
2258
2250
  # Number of columns in the matrix.
2259
2251
  # Corresponds to the JSON property `cols`
2260
2252
  # @return [Fixnum]
@@ -2285,7 +2277,6 @@ module Google
2285
2277
 
2286
2278
  # Update properties of this object
2287
2279
  def update!(**args)
2288
- @applied = args[:applied] if args.key?(:applied)
2289
2280
  @cols = args[:cols] if args.key?(:cols)
2290
2281
  @data = args[:data] if args.key?(:data)
2291
2282
  @rows = args[:rows] if args.key?(:rows)
@@ -3725,8 +3716,8 @@ module Google
3725
3716
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageToken>]
3726
3717
  attr_accessor :tokens
3727
3718
 
3728
- # Transformation matrices (both already applied and not) to the original
3729
- # document image to produce Page.image.
3719
+ # Transformation matrices that were applied to the original document image to
3720
+ # produce Page.image.
3730
3721
  # Corresponds to the JSON property `transforms`
3731
3722
  # @return [Array<Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageMatrix>]
3732
3723
  attr_accessor :transforms
@@ -4101,14 +4092,6 @@ module Google
4101
4092
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
4102
4093
  include Google::Apis::Core::Hashable
4103
4094
 
4104
- # Has the transformation already been applied to the current Document? Needed to
4105
- # disambiguate pre-processing transformations already applied vs transformations
4106
- # added at annotation time by HITL operators.
4107
- # Corresponds to the JSON property `applied`
4108
- # @return [Boolean]
4109
- attr_accessor :applied
4110
- alias_method :applied?, :applied
4111
-
4112
4095
  # Number of columns in the matrix.
4113
4096
  # Corresponds to the JSON property `cols`
4114
4097
  # @return [Fixnum]
@@ -4139,7 +4122,6 @@ module Google
4139
4122
 
4140
4123
  # Update properties of this object
4141
4124
  def update!(**args)
4142
- @applied = args[:applied] if args.key?(:applied)
4143
4125
  @cols = args[:cols] if args.key?(:cols)
4144
4126
  @data = args[:data] if args.key?(:data)
4145
4127
  @rows = args[:rows] if args.key?(:rows)
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -1882,7 +1882,6 @@ module Google
1882
1882
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
1883
1883
  # @private
1884
1884
  class Representation < Google::Apis::Core::JsonRepresentation
1885
- property :applied, as: 'applied'
1886
1885
  property :cols, as: 'cols'
1887
1886
  property :data, :base64 => true, as: 'data'
1888
1887
  property :rows, as: 'rows'
@@ -2410,7 +2409,6 @@ module Google
2410
2409
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
2411
2410
  # @private
2412
2411
  class Representation < Google::Apis::Core::JsonRepresentation
2413
- property :applied, as: 'applied'
2414
2412
  property :cols, as: 'cols'
2415
2413
  property :data, :base64 => true, as: 'data'
2416
2414
  property :rows, as: 'rows'
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.37.0
4
+ version: 0.38.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.38.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1beta2