google-apis-vision_v1 0.15.0 → 0.16.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: 772b42d04abb66ad4506d42d2297addd24e9b2b2c0f75d6b12759cde3cb30fc9
|
4
|
+
data.tar.gz: 39772a08c758c0bb57ce2ce167f3775defa9d96cf9af1b31af524a84e12ed153
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 659bfd607537cffc3a1fab8104eede51c933fc9a7e33e32dda5158611e781e0cdcc14faa68d5a96448110691c3f96ef0e246b79f05016bf408f68b354a318629
|
7
|
+
data.tar.gz: '08416ab88c48a0de1a1256e2b32ec160d43a2997522ab49f6c4e8d153fd5029dad0fd50b1e9221cbda2898245b95db6515c04cab67041860cf769ea6a0c3bb2f'
|
data/CHANGELOG.md
CHANGED
@@ -9942,6 +9942,11 @@ module Google
|
|
9942
9942
|
class TextDetectionParams
|
9943
9943
|
include Google::Apis::Core::Hashable
|
9944
9944
|
|
9945
|
+
# A list of advanced OCR options to fine-tune OCR behavior.
|
9946
|
+
# Corresponds to the JSON property `advancedOcrOptions`
|
9947
|
+
# @return [Array<String>]
|
9948
|
+
attr_accessor :advanced_ocr_options
|
9949
|
+
|
9945
9950
|
# By default, Cloud Vision API only includes confidence score for
|
9946
9951
|
# DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence
|
9947
9952
|
# score for TEXT_DETECTION as well.
|
@@ -9956,6 +9961,7 @@ module Google
|
|
9956
9961
|
|
9957
9962
|
# Update properties of this object
|
9958
9963
|
def update!(**args)
|
9964
|
+
@advanced_ocr_options = args[:advanced_ocr_options] if args.key?(:advanced_ocr_options)
|
9959
9965
|
@enable_text_detection_confidence_score = args[:enable_text_detection_confidence_score] if args.key?(:enable_text_detection_confidence_score)
|
9960
9966
|
end
|
9961
9967
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VisionV1
|
18
18
|
# Version of the google-apis-vision_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.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
|
@@ -4591,6 +4591,7 @@ module Google
|
|
4591
4591
|
class TextDetectionParams
|
4592
4592
|
# @private
|
4593
4593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4594
|
+
collection :advanced_ocr_options, as: 'advancedOcrOptions'
|
4594
4595
|
property :enable_text_detection_confidence_score, as: 'enableTextDetectionConfidenceScore'
|
4595
4596
|
end
|
4596
4597
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vision_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|