google-apis-vision_v1p1beta1 0.14.0 → 0.15.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: 21d7dc1bb1f9d861cdee2eb92094713a415bc162d57f3165b18123613b340745
|
4
|
+
data.tar.gz: 67b01e668df500595737556043f5cfa065acdab6332e3a952fa651b0e075e495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0407b39a77edbee299d9abb288e24178007683372e084d88a0c0d31279bd7e11e1a35046c42fb18e8753e23149be37b4abd4aa60fcf7aa0e58ba35cb1d62e449
|
7
|
+
data.tar.gz: 0636e8a8a81515212abe769f1c7cc03a6f90d66c7e6a59431fe7e46ee9aaa93a40494e945cff4fcc169843a47f079e4d2bd98191d613e445f741e27b52509d94
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-vision_v1p1beta1
|
2
2
|
|
3
|
+
### v0.15.0 (2022-08-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220805
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.14.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -2898,6 +2898,11 @@ module Google
|
|
2898
2898
|
class GoogleCloudVisionV1p1beta1TextDetectionParams
|
2899
2899
|
include Google::Apis::Core::Hashable
|
2900
2900
|
|
2901
|
+
# A list of advanced OCR options to fine-tune OCR behavior.
|
2902
|
+
# Corresponds to the JSON property `advancedOcrOptions`
|
2903
|
+
# @return [Array<String>]
|
2904
|
+
attr_accessor :advanced_ocr_options
|
2905
|
+
|
2901
2906
|
# By default, Cloud Vision API only includes confidence score for
|
2902
2907
|
# DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
|
2903
2908
|
# score for TEXT_DETECTION as well.
|
@@ -2912,6 +2917,7 @@ module Google
|
|
2912
2917
|
|
2913
2918
|
# Update properties of this object
|
2914
2919
|
def update!(**args)
|
2920
|
+
@advanced_ocr_options = args[:advanced_ocr_options] if args.key?(:advanced_ocr_options)
|
2915
2921
|
@enable_text_detection_confidence_score = args[:enable_text_detection_confidence_score] if args.key?(:enable_text_detection_confidence_score)
|
2916
2922
|
end
|
2917
2923
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VisionV1p1beta1
|
18
18
|
# Version of the google-apis-vision_v1p1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2446,6 +2446,7 @@ module Google
|
|
2446
2446
|
class GoogleCloudVisionV1p1beta1TextDetectionParams
|
2447
2447
|
# @private
|
2448
2448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2449
|
+
collection :advanced_ocr_options, as: 'advancedOcrOptions'
|
2449
2450
|
property :enable_text_detection_confidence_score, as: 'enableTextDetectionConfidenceScore'
|
2450
2451
|
end
|
2451
2452
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vision_v1p1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-15 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_v1p1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|