google-apis-vision_v1 0.20.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: c07b6a9b18fb209c522021df6fd282d9d1006ae3cf9ea3a92311e477995d2baf
4
- data.tar.gz: 96c45c71ea1c24f762948f96dc2ad052e623573bfc7c13cdce5645b488c4070e
3
+ metadata.gz: 8ae78cef2a1ee4f5f2f480ea21ce90540c4cd27f3b125d630c0464d505c79118
4
+ data.tar.gz: 3b318243a8d11221aff3390f92d9dca6e1144bfdc094a1d597a758c3698a8f17
5
5
  SHA512:
6
- metadata.gz: 3703716bea25eed603d1c33a86c0fdf8708110feb6a3b9f2d13b08003b1a352dcf02981974d1f8e4386978f8fa44c635d9e17de406ae1fa59b80c4149a57e3ab
7
- data.tar.gz: eebec3db478cd4faaf02310c5442bc744aa2a84ffcc34072fa06bd2ea22e3f3a3dbe7d547148f69228f4be3b2f529c90198ba2edbc06459c0e5837a4475d5c77
6
+ metadata.gz: 2cf104c2e945e7be4da8213ec1f0ec010b8c0c18b8f97676d45ff5e7c16b582b803719f4bae22bd0c2c39d04e2b8706f8e7f9c4b878459fce1cb639e6d462bef
7
+ data.tar.gz: 1fced641d972a6dd1e3d285f48160c47b1b9494000eb981fd85fbffd9ea54917190dd881d541a120f6add54b6501476577151a082677e725c8c8ca385fff349f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.21.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230303
10
+
3
11
  ### v0.20.0 (2023-02-26)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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.20.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 = "20220915"
25
+ REVISION = "20230407"
26
26
  end
27
27
  end
28
28
  end
@@ -321,13 +321,7 @@ module Google
321
321
  end
322
322
 
323
323
  # Lists operations that match the specified filter in the request. If the server
324
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
325
- # binding allows API services to override the binding to use different resource
326
- # name schemes, such as `users/*/operations`. To override the binding, API
327
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
328
- # service configuration. For backwards compatibility, the default name includes
329
- # the operations collection id, however overriding users must ensure the name
330
- # binding is the parent resource, without the operations collection id.
324
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
331
325
  # @param [String] name
332
326
  # The name of the operation's parent resource.
333
327
  # @param [String] filter
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.20.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-02-26 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.20.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: []