google-cloud-vision_ai-v1 1.1.0 → 1.1.1
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: e96d997477f3fb34f774b53eec5ed0b45318883505b483f5365e9a14a6c4c988
|
4
|
+
data.tar.gz: '0372867cc792b0e5ea2b2d164f77e7e09bff6f4fbf824e83708162680c53cebd'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd2fc78c2db451667c6bc1f515e053a7676b907e48701987ae20f3377c8d6e62e7477ad587a69a4cde7a728a336919026b7f8b3bf518a35fa627a3c912b5ef5
|
7
|
+
data.tar.gz: b4272075cf7f71b99e176c132fa69b958053a167017d02246415d3fa08b33964637e808afca178b10934e6a9c388a6a4af48ffeac470e15bf53f6efed166aefc
|
@@ -4801,11 +4801,11 @@ module Google
|
|
4801
4801
|
# @param image_query [::Google::Cloud::VisionAI::V1::ImageQuery, ::Hash]
|
4802
4802
|
# An image-only query.
|
4803
4803
|
#
|
4804
|
-
# Note: The following
|
4804
|
+
# Note: The following parameters are mutually exclusive: `image_query`, `text_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
4805
4805
|
# @param text_query [::String]
|
4806
4806
|
# A text-only query.
|
4807
4807
|
#
|
4808
|
-
# Note: The following
|
4808
|
+
# Note: The following parameters are mutually exclusive: `text_query`, `image_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
4809
4809
|
# @param index_endpoint [::String]
|
4810
4810
|
# Required. The index endpoint to search.
|
4811
4811
|
# Format:
|
@@ -4386,11 +4386,11 @@ module Google
|
|
4386
4386
|
# @param image_query [::Google::Cloud::VisionAI::V1::ImageQuery, ::Hash]
|
4387
4387
|
# An image-only query.
|
4388
4388
|
#
|
4389
|
-
# Note: The following
|
4389
|
+
# Note: The following parameters are mutually exclusive: `image_query`, `text_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
4390
4390
|
# @param text_query [::String]
|
4391
4391
|
# A text-only query.
|
4392
4392
|
#
|
4393
|
-
# Note: The following
|
4393
|
+
# Note: The following parameters are mutually exclusive: `text_query`, `image_query`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
4394
4394
|
# @param index_endpoint [::String]
|
4395
4395
|
# Required. The index endpoint to search.
|
4396
4396
|
# Format:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vision_ai-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
- !ruby/object:Gem::Version
|
196
196
|
version: '0'
|
197
197
|
requirements: []
|
198
|
-
rubygems_version: 3.6.
|
198
|
+
rubygems_version: 3.6.9
|
199
199
|
specification_version: 4
|
200
200
|
summary: API Client library for the Vision AI V1 API
|
201
201
|
test_files: []
|