tencentcloud-sdk-wsa 3.0.1112 → 3.0.1116
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20250508/models.rb +11 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3a0389198be5b7d3feaf74f5c69c5d37f184ef0
|
4
|
+
data.tar.gz: 43bb77cfe5b8b51a013a11f75a2538e6ca88c605
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 213c48a513ca85894fdb831e5433c9a033bf57c8cd1707169a7bb6d3f2e65896a048eb4033db67e427092548bf9bd0efbbda677fe6674b527f811bb11415e4a9
|
7
|
+
data.tar.gz: 87678ee8ee3bad8fea0c4a5e2e78eb07f1e637870e291345106bf3539e4b19822ca747ac4b84d098f024194343ac4c6bcf4224b944cf0c766d32ab3812c2531c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1116
|
data/lib/v20250508/models.rb
CHANGED
@@ -21,7 +21,7 @@ module TencentCloud
|
|
21
21
|
class SearchProRequest < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Query: 搜索词
|
23
23
|
# @type Query: String
|
24
|
-
# @param Mode: 返回结果类型,0-自然检索结果(默认),1
|
24
|
+
# @param Mode: 返回结果类型,0-自然检索结果(默认),1-多模态VR结果,2-混合结果(多模态VR结果+自然检索结果)
|
25
25
|
# @type Mode: Integer
|
26
26
|
# @param Site: 指定域名站内搜索(用于过滤自然检索结果) 注意: mode=1模式下,参数无效 mode=0模式下对所有结果生效 mode=2模式下对输出的自然结果生效
|
27
27
|
# @type Site: String
|
@@ -53,7 +53,16 @@ module TencentCloud
|
|
53
53
|
class SearchProResponse < TencentCloud::Common::AbstractModel
|
54
54
|
# @param Query: 原始查询语
|
55
55
|
# @type Query: String
|
56
|
-
# @param Pages:
|
56
|
+
# @param Pages: 搜索结果页面详情,格式为json字符串。
|
57
|
+
# title:结果标题
|
58
|
+
# date:内容发布时间
|
59
|
+
# url:内容发布源url
|
60
|
+
# passage:标准摘要
|
61
|
+
# content:动态摘要 (尊享版字段)
|
62
|
+
# site:网站名称,部分不知名站点结果可能为空
|
63
|
+
# score:相关性得分,取值0~1,越靠近1表示越相关
|
64
|
+
# images:图片列表
|
65
|
+
# favicon:网站图标链接,部分不知名站点结果可能为空
|
57
66
|
# @type Pages: Array
|
58
67
|
# @param Msg: 提示信息
|
59
68
|
# @type Msg: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wsa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|