google-apis-documentai_v1 0.84.0 → 0.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +12 -12
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd560d86ff690faea09edf8d687adf34bc7acdf4b2f264d14e8fba8b2f8cd8f9
|
4
|
+
data.tar.gz: fd051ba83216fd99ae651282eab37563626b700ffa3a62933b2202cf8be112b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ccc97a80fb55fc3f7ea9d74fed3c6744ca3d261bf9eeb2fbeca22f0ae63f95882936548fd2acb632c2259da084f882901c97625cbc939a6df0c51b1f22127dd
|
7
|
+
data.tar.gz: 2ffe01c6136cfce8bfc1f7bb0fee5b5a74ede2aea1bbbebc83926ec49b2c63e1c8030a726405a929ecacad131054664142c285b145b9458a7a2c377faff5803e
|
data/CHANGELOG.md
CHANGED
@@ -3114,25 +3114,25 @@ module Google
|
|
3114
3114
|
# @return [Float]
|
3115
3115
|
attr_accessor :pixel_font_size
|
3116
3116
|
|
3117
|
-
# Whether the text is in small caps.
|
3117
|
+
# Whether the text is in small caps. This feature is not supported yet.
|
3118
3118
|
# Corresponds to the JSON property `smallcaps`
|
3119
3119
|
# @return [Boolean]
|
3120
3120
|
attr_accessor :smallcaps
|
3121
3121
|
alias_method :smallcaps?, :smallcaps
|
3122
3122
|
|
3123
|
-
# Whether the text is strikethrough.
|
3123
|
+
# Whether the text is strikethrough. This feature is not supported yet.
|
3124
3124
|
# Corresponds to the JSON property `strikeout`
|
3125
3125
|
# @return [Boolean]
|
3126
3126
|
attr_accessor :strikeout
|
3127
3127
|
alias_method :strikeout?, :strikeout
|
3128
3128
|
|
3129
|
-
# Whether the text is a subscript.
|
3129
|
+
# Whether the text is a subscript. This feature is not supported yet.
|
3130
3130
|
# Corresponds to the JSON property `subscript`
|
3131
3131
|
# @return [Boolean]
|
3132
3132
|
attr_accessor :subscript
|
3133
3133
|
alias_method :subscript?, :subscript
|
3134
3134
|
|
3135
|
-
# Whether the text is a superscript.
|
3135
|
+
# Whether the text is a superscript. This feature is not supported yet.
|
3136
3136
|
# Corresponds to the JSON property `superscript`
|
3137
3137
|
# @return [Boolean]
|
3138
3138
|
attr_accessor :superscript
|
@@ -6894,25 +6894,25 @@ module Google
|
|
6894
6894
|
# @return [Float]
|
6895
6895
|
attr_accessor :pixel_font_size
|
6896
6896
|
|
6897
|
-
# Whether the text is in small caps.
|
6897
|
+
# Whether the text is in small caps. This feature is not supported yet.
|
6898
6898
|
# Corresponds to the JSON property `smallcaps`
|
6899
6899
|
# @return [Boolean]
|
6900
6900
|
attr_accessor :smallcaps
|
6901
6901
|
alias_method :smallcaps?, :smallcaps
|
6902
6902
|
|
6903
|
-
# Whether the text is strikethrough.
|
6903
|
+
# Whether the text is strikethrough. This feature is not supported yet.
|
6904
6904
|
# Corresponds to the JSON property `strikeout`
|
6905
6905
|
# @return [Boolean]
|
6906
6906
|
attr_accessor :strikeout
|
6907
6907
|
alias_method :strikeout?, :strikeout
|
6908
6908
|
|
6909
|
-
# Whether the text is a subscript.
|
6909
|
+
# Whether the text is a subscript. This feature is not supported yet.
|
6910
6910
|
# Corresponds to the JSON property `subscript`
|
6911
6911
|
# @return [Boolean]
|
6912
6912
|
attr_accessor :subscript
|
6913
6913
|
alias_method :subscript?, :subscript
|
6914
6914
|
|
6915
|
-
# Whether the text is a superscript.
|
6915
|
+
# Whether the text is a superscript. This feature is not supported yet.
|
6916
6916
|
# Corresponds to the JSON property `superscript`
|
6917
6917
|
# @return [Boolean]
|
6918
6918
|
attr_accessor :superscript
|
@@ -9043,25 +9043,25 @@ module Google
|
|
9043
9043
|
# @return [Float]
|
9044
9044
|
attr_accessor :pixel_font_size
|
9045
9045
|
|
9046
|
-
# Whether the text is in small caps.
|
9046
|
+
# Whether the text is in small caps. This feature is not supported yet.
|
9047
9047
|
# Corresponds to the JSON property `smallcaps`
|
9048
9048
|
# @return [Boolean]
|
9049
9049
|
attr_accessor :smallcaps
|
9050
9050
|
alias_method :smallcaps?, :smallcaps
|
9051
9051
|
|
9052
|
-
# Whether the text is strikethrough.
|
9052
|
+
# Whether the text is strikethrough. This feature is not supported yet.
|
9053
9053
|
# Corresponds to the JSON property `strikeout`
|
9054
9054
|
# @return [Boolean]
|
9055
9055
|
attr_accessor :strikeout
|
9056
9056
|
alias_method :strikeout?, :strikeout
|
9057
9057
|
|
9058
|
-
# Whether the text is a subscript.
|
9058
|
+
# Whether the text is a subscript. This feature is not supported yet.
|
9059
9059
|
# Corresponds to the JSON property `subscript`
|
9060
9060
|
# @return [Boolean]
|
9061
9061
|
attr_accessor :subscript
|
9062
9062
|
alias_method :subscript?, :subscript
|
9063
9063
|
|
9064
|
-
# Whether the text is a superscript.
|
9064
|
+
# Whether the text is a superscript. This feature is not supported yet.
|
9065
9065
|
# Corresponds to the JSON property `superscript`
|
9066
9066
|
# @return [Boolean]
|
9067
9067
|
attr_accessor :superscript
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.85.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 = "
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.85.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-
|
11
|
+
date: 2024-04-28 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.85.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: []
|