google-cloud-vision-v1p3beta1 0.7.0 → 0.8.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: 0f912a29648234567ef47c8951e50f57ceaf73fc269bcad830d70e2dae8a12a3
4
- data.tar.gz: bb353a5cd20c8aff7c5145bd2b29f7cba98859c5443da485779cfac58178f27d
3
+ metadata.gz: 24d1265cff30db0d7d68f63e85c91211010a2f1d5a019fa05442fd944f9f2d65
4
+ data.tar.gz: 157a58fe7f9581ead0bfa093ef9039b565b7093ce1871c045dd32ad9a76daa44
5
5
  SHA512:
6
- metadata.gz: ff68296ba800af8c39de675cc8b9e83973a9e3f9e1489821cd05512ebb64db8b20b1ab1877d4be12602561ca0f92afafdf1662e1361ac9c60b45aa19947e27f4
7
- data.tar.gz: 3c716f880dbe8692e8e113b7ac9c48305de2cd67a71e3fa25d8a3f692b37feaec52b166a151bf4c5b6c0e42e024f915470e75e5dd30c80c2ac8819015516bad2
6
+ metadata.gz: e72f3dd7222e6f491b34d0f104160eb4a180006cfd27a3f9a14f7e12bc640e2703fab10d7df9f9aa745424b778a256131dc2d94a4a17712bd1ec76d8641c9777
7
+ data.tar.gz: 97b9fe1dbfb8e16a4e7f5f20c4f289d4ba1db8e3a9a0e0939fd5ed756a3f50ec3b6204006e99b524a70301690288b8d79989b315259f93a6b24a8776999c1072
@@ -168,6 +168,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
168
168
  end
169
169
  add_message "google.cloud.vision.v1p3beta1.TextDetectionParams" do
170
170
  optional :enable_text_detection_confidence_score, :bool, 9
171
+ repeated :advanced_ocr_options, :string, 11
171
172
  end
172
173
  add_message "google.cloud.vision.v1p3beta1.ImageContext" do
173
174
  optional :lat_long_rect, :message, 1, "google.cloud.vision.v1p3beta1.LatLongRect"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p3beta1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -557,6 +557,9 @@ module Google
557
557
  # By default, Cloud Vision API only includes confidence score for
558
558
  # DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
559
559
  # score for TEXT_DETECTION as well.
560
+ # @!attribute [rw] advanced_ocr_options
561
+ # @return [::Array<::String>]
562
+ # A list of advanced OCR options to fine-tune OCR behavior.
560
563
  class TextDetectionParams
561
564
  include ::Google::Protobuf::MessageExts
562
565
  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-v1p3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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