google-apis-documentai_v1 0.38.0 → 0.39.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: 5ed69d0e1c952ed963a6ec14dbb46cf282cc49a71d7f1009ffee557715a623fb
4
- data.tar.gz: 1ba2ea3301e975fb155f02f82c9dd2d3228039544530db08b957b25db2bf6df7
3
+ metadata.gz: d1af260fcaeb07534ec1c40a85b1cd1b1cbc06ec39535bf7054dde3d87b6900d
4
+ data.tar.gz: 6c7f6d7c237afc4386ea8a4c129c196714aadf52c842e6211124a8734a55e9fc
5
5
  SHA512:
6
- metadata.gz: '06382443436bc0ceaa651f6d03f74f142cbe13774ce1c07b3bc64dff3d4b09086088fca091ee22512376e7dcd89ad82eb47ecd46e7e4c7d4b24ed2d7d1d78d26'
7
- data.tar.gz: a017098d3055231f79b3418421dc29bf58a50f96cf65a7dbb6aa1ec4d39ffaeae7de91960f28aa7b56eb959b21612c428385e525cc79f6c4905d3699621a872b
6
+ metadata.gz: 92f4199dcaea22eb3ea406ffb8ebff62205c89d84725222ee55d1d6399a61489e7846eb995bbc2574e688bdcecd698586499e49b7438afb5eda8f661f1731da7
7
+ data.tar.gz: 88804bb6dc8254f0945105bbde2e9fe025e487ad21272c4cf38ecc06a894c24816018899944953872fc38b3ca468a9199f3dfaf72c75cf848580dfd9a6b9c36c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.39.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220602
6
+ * Regenerated using generator version 0.5.0
7
+ * Unspecified changes
8
+
3
9
  ### v0.38.0 (2022-05-17)
4
10
 
5
11
  * Regenerated from discovery document revision 20220513
@@ -1738,8 +1738,8 @@ module Google
1738
1738
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageToken>]
1739
1739
  attr_accessor :tokens
1740
1740
 
1741
- # Transformation matrices (both already applied and not) to the original
1742
- # document image to produce Page.image.
1741
+ # Transformation matrices that were applied to the original document image to
1742
+ # produce Page.image.
1743
1743
  # Corresponds to the JSON property `transforms`
1744
1744
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentPageMatrix>]
1745
1745
  attr_accessor :transforms
@@ -2114,14 +2114,6 @@ module Google
2114
2114
  class GoogleCloudDocumentaiV1DocumentPageMatrix
2115
2115
  include Google::Apis::Core::Hashable
2116
2116
 
2117
- # Has the transformation already been applied to the current Document? Needed to
2118
- # disambiguate pre-processing transformations already applied vs transformations
2119
- # added at annotation time by HITL operators.
2120
- # Corresponds to the JSON property `applied`
2121
- # @return [Boolean]
2122
- attr_accessor :applied
2123
- alias_method :applied?, :applied
2124
-
2125
2117
  # Number of columns in the matrix.
2126
2118
  # Corresponds to the JSON property `cols`
2127
2119
  # @return [Fixnum]
@@ -2152,7 +2144,6 @@ module Google
2152
2144
 
2153
2145
  # Update properties of this object
2154
2146
  def update!(**args)
2155
- @applied = args[:applied] if args.key?(:applied)
2156
2147
  @cols = args[:cols] if args.key?(:cols)
2157
2148
  @data = args[:data] if args.key?(:data)
2158
2149
  @rows = args[:rows] if args.key?(:rows)
@@ -3512,6 +3503,8 @@ module Google
3512
3503
  include Google::Apis::Core::Hashable
3513
3504
 
3514
3505
  # Required. The resource name of child ProcessorVersion to use as default.
3506
+ # Format: `projects/`project`/locations/`location`/processors/`processor`/
3507
+ # processorVersions/`version``
3515
3508
  # Corresponds to the JSON property `defaultProcessorVersion`
3516
3509
  # @return [String]
3517
3510
  attr_accessor :default_processor_version
@@ -4124,8 +4117,8 @@ module Google
4124
4117
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageToken>]
4125
4118
  attr_accessor :tokens
4126
4119
 
4127
- # Transformation matrices (both already applied and not) to the original
4128
- # document image to produce Page.image.
4120
+ # Transformation matrices that were applied to the original document image to
4121
+ # produce Page.image.
4129
4122
  # Corresponds to the JSON property `transforms`
4130
4123
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1DocumentPageMatrix>]
4131
4124
  attr_accessor :transforms
@@ -4500,14 +4493,6 @@ module Google
4500
4493
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
4501
4494
  include Google::Apis::Core::Hashable
4502
4495
 
4503
- # Has the transformation already been applied to the current Document? Needed to
4504
- # disambiguate pre-processing transformations already applied vs transformations
4505
- # added at annotation time by HITL operators.
4506
- # Corresponds to the JSON property `applied`
4507
- # @return [Boolean]
4508
- attr_accessor :applied
4509
- alias_method :applied?, :applied
4510
-
4511
4496
  # Number of columns in the matrix.
4512
4497
  # Corresponds to the JSON property `cols`
4513
4498
  # @return [Fixnum]
@@ -4538,7 +4523,6 @@ module Google
4538
4523
 
4539
4524
  # Update properties of this object
4540
4525
  def update!(**args)
4541
- @applied = args[:applied] if args.key?(:applied)
4542
4526
  @cols = args[:cols] if args.key?(:cols)
4543
4527
  @data = args[:data] if args.key?(:data)
4544
4528
  @rows = args[:rows] if args.key?(:rows)
@@ -5938,8 +5922,8 @@ module Google
5938
5922
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageToken>]
5939
5923
  attr_accessor :tokens
5940
5924
 
5941
- # Transformation matrices (both already applied and not) to the original
5942
- # document image to produce Page.image.
5925
+ # Transformation matrices that were applied to the original document image to
5926
+ # produce Page.image.
5943
5927
  # Corresponds to the JSON property `transforms`
5944
5928
  # @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta2DocumentPageMatrix>]
5945
5929
  attr_accessor :transforms
@@ -6314,14 +6298,6 @@ module Google
6314
6298
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
6315
6299
  include Google::Apis::Core::Hashable
6316
6300
 
6317
- # Has the transformation already been applied to the current Document? Needed to
6318
- # disambiguate pre-processing transformations already applied vs transformations
6319
- # added at annotation time by HITL operators.
6320
- # Corresponds to the JSON property `applied`
6321
- # @return [Boolean]
6322
- attr_accessor :applied
6323
- alias_method :applied?, :applied
6324
-
6325
6301
  # Number of columns in the matrix.
6326
6302
  # Corresponds to the JSON property `cols`
6327
6303
  # @return [Fixnum]
@@ -6352,7 +6328,6 @@ module Google
6352
6328
 
6353
6329
  # Update properties of this object
6354
6330
  def update!(**args)
6355
- @applied = args[:applied] if args.key?(:applied)
6356
6331
  @cols = args[:cols] if args.key?(:cols)
6357
6332
  @data = args[:data] if args.key?(:data)
6358
6333
  @rows = args[:rows] if args.key?(:rows)
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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 = "20220513"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -2160,7 +2160,6 @@ module Google
2160
2160
  class GoogleCloudDocumentaiV1DocumentPageMatrix
2161
2161
  # @private
2162
2162
  class Representation < Google::Apis::Core::JsonRepresentation
2163
- property :applied, as: 'applied'
2164
2163
  property :cols, as: 'cols'
2165
2164
  property :data, :base64 => true, as: 'data'
2166
2165
  property :rows, as: 'rows'
@@ -2861,7 +2860,6 @@ module Google
2861
2860
  class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
2862
2861
  # @private
2863
2862
  class Representation < Google::Apis::Core::JsonRepresentation
2864
- property :applied, as: 'applied'
2865
2863
  property :cols, as: 'cols'
2866
2864
  property :data, :base64 => true, as: 'data'
2867
2865
  property :rows, as: 'rows'
@@ -3374,7 +3372,6 @@ module Google
3374
3372
  class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
3375
3373
  # @private
3376
3374
  class Representation < Google::Apis::Core::JsonRepresentation
3377
- property :applied, as: 'applied'
3378
3375
  property :cols, as: 'cols'
3379
3376
  property :data, :base64 => true, as: 'data'
3380
3377
  property :rows, as: 'rows'
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.38.0
4
+ version: 0.39.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-23 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.39.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: []
@@ -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 V1