google-cloud-vision-v1 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aebb4578523c977c01e5bea900bf0619bfbd12e92f26053889cef42adbdacb11
4
- data.tar.gz: baa5772d5085c6614ffc93ecffc7740f1c7c9f43ab31b7525a4ac0550166b369
3
+ metadata.gz: 90af1ca7ee6c5b4733fb24cfd3d3ae2a4fce345688247d5a8c2b813f40d5e7b9
4
+ data.tar.gz: fe441dd14da1bd0a73e284c800ea5480169ffc60157e88a57dfa7bb355803d32
5
5
  SHA512:
6
- metadata.gz: 49aa986aa6ae100d0303f8e9cbf5ab1b90f9b8a5ef052538e03cb5f5e39436a8edc28ea34d35df9fd41e395b931b554761c563024a3fed9f77a6d95bbd6606eb
7
- data.tar.gz: 6d2f788ceb7e31cdbd21f095ecb8f957dd28c7f36d80245be65f747aee434f9b8999c6125b5c751672b5ef99dc467947479ab85b8031b3b4ba6671f73f93f7c9
6
+ metadata.gz: 6e7b766a0709037d15aed5ba3fe90b33bd548f44f6e4c8c459a8abab8f4cf642a9a29ccbd6713d9d45106a88ad78e7075ad8b72200161e42c74b400df38f1a3c
7
+ data.tar.gz: cec8cc37fdd096e2c19182c90faef35a9f37a133a6491cd55d94bcc2d7e6b3aa14511764be26b6fc3a36431b2d2687147b6ae36175ba45f6c159399b2de481bc
@@ -170,6 +170,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
170
170
  end
171
171
  add_message "google.cloud.vision.v1.TextDetectionParams" do
172
172
  optional :enable_text_detection_confidence_score, :bool, 9
173
+ repeated :advanced_ocr_options, :string, 11
173
174
  end
174
175
  add_message "google.cloud.vision.v1.ImageContext" do
175
176
  optional :lat_long_rect, :message, 1, "google.cloud.vision.v1.LatLongRect"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.9.0"
25
25
  end
26
26
  end
27
27
  end
@@ -566,6 +566,9 @@ module Google
566
566
  # By default, Cloud Vision API only includes confidence score for
567
567
  # DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
568
568
  # score for TEXT_DETECTION as well.
569
+ # @!attribute [rw] advanced_ocr_options
570
+ # @return [::Array<::String>]
571
+ # A list of advanced OCR options to fine-tune OCR behavior.
569
572
  class TextDetectionParams
570
573
  include ::Google::Protobuf::MessageExts
571
574
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2022-07-08 00:00:00.000000000 Z
11
+ date: 2022-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common