google-apis-documentai_v1 0.83.0 → 0.85.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: 2824a00b706e3b185f0a492c45c9bb766dc70a1c12a2f176995ab1da0a2bd652
4
- data.tar.gz: 6f23b37021e1f037290e73854ade387160de6ffef1d846d80c8b91b30b971c46
3
+ metadata.gz: dd560d86ff690faea09edf8d687adf34bc7acdf4b2f264d14e8fba8b2f8cd8f9
4
+ data.tar.gz: fd051ba83216fd99ae651282eab37563626b700ffa3a62933b2202cf8be112b7
5
5
  SHA512:
6
- metadata.gz: 247a02609e8918e0df051bc1e86d2e8998bd2d69fd88a2cca0d30287b02ac6b522681026e3c5f5de5948b2542f94109c64c1428d6a186ff43a7954f832c04a71
7
- data.tar.gz: e63c8ca8bfffb2c12fc0ff79cb282da3e4b1c68bb817503674d738089af019bc79f1027547f1b6ff27a2e999ccf7dd9baf8b5c2c700e0406e362410d46d40be8
6
+ metadata.gz: 3ccc97a80fb55fc3f7ea9d74fed3c6744ca3d261bf9eeb2fbeca22f0ae63f95882936548fd2acb632c2259da084f882901c97625cbc939a6df0c51b1f22127dd
7
+ data.tar.gz: 2ffe01c6136cfce8bfc1f7bb0fee5b5a74ede2aea1bbbebc83926ec49b2c63e1c8030a726405a929ecacad131054664142c285b145b9458a7a2c377faff5803e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.85.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
7
+ ### v0.84.0 (2024-04-07)
8
+
9
+ * Regenerated from discovery document revision 20240328
10
+
3
11
  ### v0.83.0 (2024-03-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20240307
@@ -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
@@ -5031,14 +5031,14 @@ module Google
5031
5031
  # @return [String]
5032
5032
  attr_accessor :model_type
5033
5033
 
5034
- # The resource name of the processor version. Format: `projects/`project`/
5035
- # locations/`location`/processors/`processor`/processorVersions/`
5034
+ # Identifier. The resource name of the processor version. Format: `projects/`
5035
+ # project`/locations/`location`/processors/`processor`/processorVersions/`
5036
5036
  # processor_version``
5037
5037
  # Corresponds to the JSON property `name`
5038
5038
  # @return [String]
5039
5039
  attr_accessor :name
5040
5040
 
5041
- # The state of the processor version.
5041
+ # Output only. The state of the processor version.
5042
5042
  # Corresponds to the JSON property `state`
5043
5043
  # @return [String]
5044
5044
  attr_accessor :state
@@ -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.83.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 = "20240307"
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.83.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-03-17 00:00:00.000000000 Z
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.83.0
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: []