google-apis-documentai_v1beta2 0.74.0 → 0.76.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: 7c6d1abd257e3729678bd234b77cbd31b1ff8303276b2002abf52d5a96ae5963
|
|
4
|
+
data.tar.gz: 28fbe3e4ba00f99dd26a30eb21f1dd04d3d0e8669db89a34f5ce3096b4df0876
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c846b92b9bcf2371bc13e3109d53e86ea18c0f58d6f6e2710ce037e19cb481301869cea719ce4f0c92c2f5a77ae3ac8a22f44946e55466257c5f1f28e7e6184
|
|
7
|
+
data.tar.gz: b04d03fa858d38ec32bd4b139c805974672f488860801bf8fda936b64adba62433c467d05d06aa24c111bd225b4aea97eb1d7da019d0a47320e80c16841859b0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-documentai_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.76.0 (2024-05-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.15.0
|
|
6
|
+
|
|
7
|
+
### v0.75.0 (2024-04-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240417
|
|
10
|
+
|
|
3
11
|
### v0.74.0 (2024-02-24)
|
|
4
12
|
|
|
5
13
|
* Regenerated using generator version 0.14.0
|
|
@@ -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
|
|
@@ -5464,25 +5464,25 @@ module Google
|
|
|
5464
5464
|
# @return [Float]
|
|
5465
5465
|
attr_accessor :pixel_font_size
|
|
5466
5466
|
|
|
5467
|
-
# Whether the text is in small caps.
|
|
5467
|
+
# Whether the text is in small caps. This feature is not supported yet.
|
|
5468
5468
|
# Corresponds to the JSON property `smallcaps`
|
|
5469
5469
|
# @return [Boolean]
|
|
5470
5470
|
attr_accessor :smallcaps
|
|
5471
5471
|
alias_method :smallcaps?, :smallcaps
|
|
5472
5472
|
|
|
5473
|
-
# Whether the text is strikethrough.
|
|
5473
|
+
# Whether the text is strikethrough. This feature is not supported yet.
|
|
5474
5474
|
# Corresponds to the JSON property `strikeout`
|
|
5475
5475
|
# @return [Boolean]
|
|
5476
5476
|
attr_accessor :strikeout
|
|
5477
5477
|
alias_method :strikeout?, :strikeout
|
|
5478
5478
|
|
|
5479
|
-
# Whether the text is a subscript.
|
|
5479
|
+
# Whether the text is a subscript. This feature is not supported yet.
|
|
5480
5480
|
# Corresponds to the JSON property `subscript`
|
|
5481
5481
|
# @return [Boolean]
|
|
5482
5482
|
attr_accessor :subscript
|
|
5483
5483
|
alias_method :subscript?, :subscript
|
|
5484
5484
|
|
|
5485
|
-
# Whether the text is a superscript.
|
|
5485
|
+
# Whether the text is a superscript. This feature is not supported yet.
|
|
5486
5486
|
# Corresponds to the JSON property `superscript`
|
|
5487
5487
|
# @return [Boolean]
|
|
5488
5488
|
attr_accessor :superscript
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.76.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240417"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.76.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-
|
|
11
|
+
date: 2024-05-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.
|
|
19
|
+
version: 0.15.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.
|
|
29
|
+
version: 0.15.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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.76.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: []
|