tencentcloud-sdk-nlp 3.0.614 → 3.0.616

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
  SHA1:
3
- metadata.gz: 8457a8c8f041954fcb2f75c5a892cb052a63ed9d
4
- data.tar.gz: 7162ccc31d6e053c35d327f814cb446e757333ff
3
+ metadata.gz: 474c7f637f99d89ecea05888e94859f651d5b572
4
+ data.tar.gz: 74e580cc5c46591e02367a9b51504d1f5853fe26
5
5
  SHA512:
6
- metadata.gz: 645cd20054b23e209ee182ee9c3c3b0076cb632a09484d015fde412cee5fb64fffe1990ffe8934581e965a0210cf6e4c765526f13e39126ce9536c4d3d49c978
7
- data.tar.gz: ef3d10ab6dce6ca4cc5ba51940d667725720877dfc4377777b49f722104a5fd74b84f8340b0fdc5a348fea8c115a3ec82cf513928f95603219e92640ef0406b3
6
+ metadata.gz: b6cddeb437c4e5a5887ee32845f0f1f84ff74e794ef56a53d4185b8c1afada098ed5768d90162672956a561db1f023af5c95a586a5ed3fdbac1848d7dd286edd
7
+ data.tar.gz: d07fee1ca5cda46a6010207f2d89e432c115be70b53916bea08626efb6735cb8372d070df598752a7d25d22e9ce2b406eaa67071d4bb1a97b67419f022376292
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.614
1
+ 3.0.616
@@ -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个单词,且数组长度需小于150,即句子总数需少于150句。
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.614
4
+ version: 3.0.616
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-17 00:00:00.000000000 Z
11
+ date: 2023-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common