google-apis-vision_v1p2beta1 0.19.0 → 0.20.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: 284ab46563dea35a505ba0d7c2e46fbf635394c701401d2555d27114fdf6d9f8
4
- data.tar.gz: ff8dcb7ec17c3443e498e3f6743a2ebcf7815afa08649c69f486dabbf986c407
3
+ metadata.gz: 1d9417bd8ad230f460f1a1109dfa6ee486ea45ecd94ad0c50482ac81826ab787
4
+ data.tar.gz: 15165e02407856c800631e7a3bfbcf7d29e4d054ac0a863cb0aa9fe32ae22338
5
5
  SHA512:
6
- metadata.gz: c14df7c56fbe31ea68540f65f77b55b06738117a55aafd3bca2f0f73941b12dafcf46594930e802784162bb2e57835e9daa4de56d0abf99305d75a98fa20d2a6
7
- data.tar.gz: 7fbfbfb5924987b2e558bc7016bb088dd7be3b810a9da23134361d03f0eb85b4609d17f29006824c747dbb847b9b6ee3a105b73d799078b792fae458b662cf4b
6
+ metadata.gz: 133cd45f5ca2cd293588d92edf68fd0850011aeb1a62b8a28496600293ac9e6eaea3763dfb40a22a2f821181e207430c0a4a33e16e79f13070beb14ddcd20545
7
+ data.tar.gz: 0f8b65ed70526e25e5232f3c18c65a449535762fb6feb02595a5d3f8c2ed8e4fd422e5cffbb41c5978825559592b1e6a2ff91c42e66be9741216095b9ba17e01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vision_v1p2beta1
2
2
 
3
+ ### v0.20.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230407
6
+
3
7
  ### v0.19.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -4619,7 +4619,11 @@ module Google
4619
4619
  class GoogleCloudVisionV1p2beta1TextDetectionParams
4620
4620
  include Google::Apis::Core::Hashable
4621
4621
 
4622
- # A list of advanced OCR options to fine-tune OCR behavior.
4622
+ # A list of advanced OCR options to further fine-tune OCR behavior. Current
4623
+ # valid values are: - `legacy_layout`: a heuristics layout detection algorithm,
4624
+ # which serves as an alternative to the current ML-based layout detection
4625
+ # algorithm. Customers can choose the best suitable layout algorithm based on
4626
+ # their situation.
4623
4627
  # Corresponds to the JSON property `advancedOcrOptions`
4624
4628
  # @return [Array<String>]
4625
4629
  attr_accessor :advanced_ocr_options
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VisionV1p2beta1
18
18
  # Version of the google-apis-vision_v1p2beta1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20220915"
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_v1p2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-02-19 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_v1p2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []