google-apis-vision_v1 0.21.0 → 0.22.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: 1b6e29fd1ccd5dd70a3caf0b054a8ecfd386f6889dbef00effe4907e79866a04
4
- data.tar.gz: 7a3c1db5ee9305f7e2c21587cf4328b4ac1364f556ccce5eda7877f0098e0033
3
+ metadata.gz: 8ae78cef2a1ee4f5f2f480ea21ce90540c4cd27f3b125d630c0464d505c79118
4
+ data.tar.gz: 3b318243a8d11221aff3390f92d9dca6e1144bfdc094a1d597a758c3698a8f17
5
5
  SHA512:
6
- metadata.gz: c8f7012454ea043a102eb4cb0753b1e3d9db68c037a300c47adf90131cbb2e3a8121d439e1689a1c6d2b4f604bb2162e2ef8969dae5f489db8db7fa04c219287
7
- data.tar.gz: e6feddd84e8e67342de86ff62e91e1ea841365b4a37d0b3164c258b0dba146af183fd02b606d34de758941ff08efcd34e0f6c2e42e95feb87af34f8174395758
6
+ metadata.gz: 2cf104c2e945e7be4da8213ec1f0ec010b8c0c18b8f97676d45ff5e7c16b582b803719f4bae22bd0c2c39d04e2b8706f8e7f9c4b878459fce1cb639e6d462bef
7
+ data.tar.gz: 1fced641d972a6dd1e3d285f48160c47b1b9494000eb981fd85fbffd9ea54917190dd881d541a120f6add54b6501476577151a082677e725c8c8ca385fff349f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vision_v1
2
2
 
3
+ ### v0.22.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230407
6
+
3
7
  ### v0.21.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230303
@@ -9943,7 +9943,11 @@ module Google
9943
9943
  class TextDetectionParams
9944
9944
  include Google::Apis::Core::Hashable
9945
9945
 
9946
- # A list of advanced OCR options to fine-tune OCR behavior.
9946
+ # A list of advanced OCR options to further fine-tune OCR behavior. Current
9947
+ # valid values are: - `legacy_layout`: a heuristics layout detection algorithm,
9948
+ # which serves as an alternative to the current ML-based layout detection
9949
+ # algorithm. Customers can choose the best suitable layout algorithm based on
9950
+ # their situation.
9947
9951
  # Corresponds to the JSON property `advancedOcrOptions`
9948
9952
  # @return [Array<String>]
9949
9953
  attr_accessor :advanced_ocr_options
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VisionV1
18
18
  # Version of the google-apis-vision_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230303"
25
+ REVISION = "20230407"
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-vision_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-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-vision_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1
63
63
  post_install_message:
64
64
  rdoc_options: []