tencentcloud-sdk-nlp 3.0.614 → 3.0.615
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/v20190408/models.rb +1 -1
- 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: f4d4255c40bbb75e2ad6f36e3da1de71c1ada923
|
|
4
|
+
data.tar.gz: 4c21c28353d984b9841bb0e4f977ad867298c208
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c68ccc1b85c03eb0608fb36a167e1e3a06f2ef1987e03fb727fdaef15b2c3a7bf8b0e2b198e9e02caa4e4429ae1ad8f4869b2b699e027f43dde81ff40b53cbe
|
|
7
|
+
data.tar.gz: 7fd3d5ee14613725fd16052fe69b027fe0ae5a168e49f6d5ecea9463ad02f931d24242045f7b8e3f548862564d73a3ef094422a5fd50c13c0876bfdbad38fa04
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.615
|
data/lib/v20190408/models.rb
CHANGED
|
@@ -1660,7 +1660,7 @@ module TencentCloud
|
|
|
1660
1660
|
|
|
1661
1661
|
# SentenceCorrection请求参数结构体
|
|
1662
1662
|
class SentenceCorrectionRequest < TencentCloud::Common::AbstractModel
|
|
1663
|
-
# @param TextList: 待纠错的句子列表。可以以数组方式在一次请求中填写多个待纠错的句子。文本统一使用utf-8格式编码,每个中文句子的长度不超过150字符,每个英文句子的长度不超过100个单词,且数组长度需小于
|
|
1663
|
+
# @param TextList: 待纠错的句子列表。可以以数组方式在一次请求中填写多个待纠错的句子。文本统一使用utf-8格式编码,每个中文句子的长度不超过150字符,每个英文句子的长度不超过100个单词,且数组长度需小于30,即句子总数需少于30句。
|
|
1664
1664
|
# @type TextList: Array
|
|
1665
1665
|
|
|
1666
1666
|
attr_accessor :TextList
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-nlp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.615
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|