google-cloud-vision-v1p4beta1 0.2.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 070ba314116367927e6e41f83f83c9f1ed02257f7f4238e2821bc6d9b2d201bf
|
|
4
|
+
data.tar.gz: c375aaf238dcd4c995a94b22352d231877b1cf8f4887f0480062da7951c5b07c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be034667ceafb2691c0cb946abbd2ff50ecffa042e57a376cc64082d8924d1a0c03a349bbc57f29ff8736bf70040d729405fec980ca0e33b608d5271e249f2f2
|
|
7
|
+
data.tar.gz: 34fcc9612dbb1df554324c2e5af6918d9a801a5ef7b7413c0d2bc3fa9551946d89d5530c911fa4143becfd375a331a6743b245916ef3d244ec68788155508afb
|
|
@@ -171,6 +171,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
171
171
|
end
|
|
172
172
|
add_message "google.cloud.vision.v1p4beta1.TextDetectionParams" do
|
|
173
173
|
optional :enable_text_detection_confidence_score, :bool, 9
|
|
174
|
+
repeated :advanced_ocr_options, :string, 11
|
|
174
175
|
end
|
|
175
176
|
add_message "google.cloud.vision.v1p4beta1.ImageContext" do
|
|
176
177
|
optional :lat_long_rect, :message, 1, "google.cloud.vision.v1p4beta1.LatLongRect"
|
|
@@ -564,6 +564,9 @@ module Google
|
|
|
564
564
|
# By default, Cloud Vision API only includes confidence score for
|
|
565
565
|
# DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
|
|
566
566
|
# score for TEXT_DETECTION as well.
|
|
567
|
+
# @!attribute [rw] advanced_ocr_options
|
|
568
|
+
# @return [::Array<::String>]
|
|
569
|
+
# A list of advanced OCR options to fine-tune OCR behavior.
|
|
567
570
|
class TextDetectionParams
|
|
568
571
|
include ::Google::Protobuf::MessageExts
|
|
569
572
|
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-v1p4beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-
|
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|