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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24d1265cff30db0d7d68f63e85c91211010a2f1d5a019fa05442fd944f9f2d65
|
4
|
+
data.tar.gz: 157a58fe7f9581ead0bfa093ef9039b565b7093ce1871c045dd32ad9a76daa44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
@@ -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.
|
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-
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|