google-apis-documentai_v1beta3 0.43.0 → 0.44.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab4b201e5c72cd115d89f323ef8f32053ed464924c66d2c2980b74dc4a8f87c2
|
|
4
|
+
data.tar.gz: efeae32b898eac8534b1aede9d86794d1555dd575731a83121e19dd227973b7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8b78696de8b2b51ac61a101dd7c6320941e6b30c01af21d37ad0add596d05f68ac93826f98cdc712e4cbfcff6c30c650c2cc06870de275c42d5d63547d5082a
|
|
7
|
+
data.tar.gz: 87bdc319c89456118765398dab6a5ea085bee358799c51b61fb74fb25378482a2284734b29da613fe6a9adcd987b9e57d3b696868b6035f1c89ef4364b676d07
|
data/CHANGELOG.md
CHANGED
|
@@ -1871,8 +1871,8 @@ module Google
|
|
|
1871
1871
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageToken>]
|
|
1872
1872
|
attr_accessor :tokens
|
|
1873
1873
|
|
|
1874
|
-
# Transformation matrices
|
|
1875
|
-
# produce Page.image.
|
|
1874
|
+
# Transformation matrices (both already applied and not) to the original
|
|
1875
|
+
# document image to produce Page.image.
|
|
1876
1876
|
# Corresponds to the JSON property `transforms`
|
|
1877
1877
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta1DocumentPageMatrix>]
|
|
1878
1878
|
attr_accessor :transforms
|
|
@@ -2247,6 +2247,14 @@ 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
|
+
|
|
2250
2258
|
# Number of columns in the matrix.
|
|
2251
2259
|
# Corresponds to the JSON property `cols`
|
|
2252
2260
|
# @return [Fixnum]
|
|
@@ -2277,6 +2285,7 @@ module Google
|
|
|
2277
2285
|
|
|
2278
2286
|
# Update properties of this object
|
|
2279
2287
|
def update!(**args)
|
|
2288
|
+
@applied = args[:applied] if args.key?(:applied)
|
|
2280
2289
|
@cols = args[:cols] if args.key?(:cols)
|
|
2281
2290
|
@data = args[:data] if args.key?(:data)
|
|
2282
2291
|
@rows = args[:rows] if args.key?(:rows)
|
|
@@ -3676,8 +3685,8 @@ module Google
|
|
|
3676
3685
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageToken>]
|
|
3677
3686
|
attr_accessor :tokens
|
|
3678
3687
|
|
|
3679
|
-
# Transformation matrices
|
|
3680
|
-
# produce Page.image.
|
|
3688
|
+
# Transformation matrices (both already applied and not) to the original
|
|
3689
|
+
# document image to produce Page.image.
|
|
3681
3690
|
# Corresponds to the JSON property `transforms`
|
|
3682
3691
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta2DocumentPageMatrix>]
|
|
3683
3692
|
attr_accessor :transforms
|
|
@@ -4052,6 +4061,14 @@ module Google
|
|
|
4052
4061
|
class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
|
|
4053
4062
|
include Google::Apis::Core::Hashable
|
|
4054
4063
|
|
|
4064
|
+
# Has the transformation already been applied to the current Document? Needed to
|
|
4065
|
+
# disambiguate pre-processing transformations already applied vs transformations
|
|
4066
|
+
# added at annotation time by HITL operators.
|
|
4067
|
+
# Corresponds to the JSON property `applied`
|
|
4068
|
+
# @return [Boolean]
|
|
4069
|
+
attr_accessor :applied
|
|
4070
|
+
alias_method :applied?, :applied
|
|
4071
|
+
|
|
4055
4072
|
# Number of columns in the matrix.
|
|
4056
4073
|
# Corresponds to the JSON property `cols`
|
|
4057
4074
|
# @return [Fixnum]
|
|
@@ -4082,6 +4099,7 @@ module Google
|
|
|
4082
4099
|
|
|
4083
4100
|
# Update properties of this object
|
|
4084
4101
|
def update!(**args)
|
|
4102
|
+
@applied = args[:applied] if args.key?(:applied)
|
|
4085
4103
|
@cols = args[:cols] if args.key?(:cols)
|
|
4086
4104
|
@data = args[:data] if args.key?(:data)
|
|
4087
4105
|
@rows = args[:rows] if args.key?(:rows)
|
|
@@ -5868,8 +5886,8 @@ module Google
|
|
|
5868
5886
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageToken>]
|
|
5869
5887
|
attr_accessor :tokens
|
|
5870
5888
|
|
|
5871
|
-
# Transformation matrices
|
|
5872
|
-
# produce Page.image.
|
|
5889
|
+
# Transformation matrices (both already applied and not) to the original
|
|
5890
|
+
# document image to produce Page.image.
|
|
5873
5891
|
# Corresponds to the JSON property `transforms`
|
|
5874
5892
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentPageMatrix>]
|
|
5875
5893
|
attr_accessor :transforms
|
|
@@ -6244,6 +6262,14 @@ module Google
|
|
|
6244
6262
|
class GoogleCloudDocumentaiV1beta3DocumentPageMatrix
|
|
6245
6263
|
include Google::Apis::Core::Hashable
|
|
6246
6264
|
|
|
6265
|
+
# Has the transformation already been applied to the current Document? Needed to
|
|
6266
|
+
# disambiguate pre-processing transformations already applied vs transformations
|
|
6267
|
+
# added at annotation time by HITL operators.
|
|
6268
|
+
# Corresponds to the JSON property `applied`
|
|
6269
|
+
# @return [Boolean]
|
|
6270
|
+
attr_accessor :applied
|
|
6271
|
+
alias_method :applied?, :applied
|
|
6272
|
+
|
|
6247
6273
|
# Number of columns in the matrix.
|
|
6248
6274
|
# Corresponds to the JSON property `cols`
|
|
6249
6275
|
# @return [Fixnum]
|
|
@@ -6274,6 +6300,7 @@ module Google
|
|
|
6274
6300
|
|
|
6275
6301
|
# Update properties of this object
|
|
6276
6302
|
def update!(**args)
|
|
6303
|
+
@applied = args[:applied] if args.key?(:applied)
|
|
6277
6304
|
@cols = args[:cols] if args.key?(:cols)
|
|
6278
6305
|
@data = args[:data] if args.key?(:data)
|
|
6279
6306
|
@rows = args[:rows] if args.key?(:rows)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220505"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2218,6 +2218,7 @@ module Google
|
|
|
2218
2218
|
class GoogleCloudDocumentaiV1beta1DocumentPageMatrix
|
|
2219
2219
|
# @private
|
|
2220
2220
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2221
|
+
property :applied, as: 'applied'
|
|
2221
2222
|
property :cols, as: 'cols'
|
|
2222
2223
|
property :data, :base64 => true, as: 'data'
|
|
2223
2224
|
property :rows, as: 'rows'
|
|
@@ -2730,6 +2731,7 @@ module Google
|
|
|
2730
2731
|
class GoogleCloudDocumentaiV1beta2DocumentPageMatrix
|
|
2731
2732
|
# @private
|
|
2732
2733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2734
|
+
property :applied, as: 'applied'
|
|
2733
2735
|
property :cols, as: 'cols'
|
|
2734
2736
|
property :data, :base64 => true, as: 'data'
|
|
2735
2737
|
property :rows, as: 'rows'
|
|
@@ -3377,6 +3379,7 @@ module Google
|
|
|
3377
3379
|
class GoogleCloudDocumentaiV1beta3DocumentPageMatrix
|
|
3378
3380
|
# @private
|
|
3379
3381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3382
|
+
property :applied, as: 'applied'
|
|
3380
3383
|
property :cols, as: 'cols'
|
|
3381
3384
|
property :data, :base64 => true, as: 'data'
|
|
3382
3385
|
property :rows, as: 'rows'
|
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.
|
|
4
|
+
version: 0.44.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-
|
|
11
|
+
date: 2022-05-16 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.44.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: []
|