tencentcloud-sdk-nlp 3.0.612 → 3.0.613

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
  SHA1:
3
- metadata.gz: 8a51076eb1497f29546c154a6d832e589f740a4d
4
- data.tar.gz: 6978dcfbcf060ad11ade8903ce9a0da434b58dda
3
+ metadata.gz: 8fe066e50ed0f5c7f09925831305a4890d20d77d
4
+ data.tar.gz: 44464c35ebb864208da680494d55d7abd6e6780b
5
5
  SHA512:
6
- metadata.gz: 5cb4cc93b2560518577fcb9be5a1566b2367da458d68a997f39e6cbacedb18cb84528709ed10591099688bb752e090df5464ae081dfebf87f378ba9f5fed4c51
7
- data.tar.gz: 24b9d6e9cb9e39b74e7e0b6bb220c15e18db8a4ea8a75c7dddb46a75bb1ad4ce9ba529b4f02fc502e1cc09d0439ee2bda70dc9d6dbb3b8b603828f0fc12584b0
6
+ metadata.gz: 77dcd398de09ca69c69a43ecda8d2a4c645ad5d486c96b3ebcd4bb40a545cbc337b16447f1ce6cd51a32cdebfc5f104c184cfec9daa966148fb3e57b75824273
7
+ data.tar.gz: 43ea15c62a503f49a846e64be70aade9638c6392e97b6730f9aa2b84b896d40e41c07025a2d8d5daeb0c3cf798396d396e4fed7ce96d07f3a180e2fbc70334bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
1
+ 3.0.613
@@ -315,11 +315,11 @@ module TencentCloud
315
315
 
316
316
  # ClassifyContent返回参数结构体
317
317
  class ClassifyContentResponse < TencentCloud::Common::AbstractModel
318
- # @param FirstClassification: 一级分类。分类详情见附录-三级分类体系表。
318
+ # @param FirstClassification: 一级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
319
319
  # @type FirstClassification: :class:`Tencentcloud::Nlp.v20190408.models.Category`
320
- # @param SecondClassification: 二级分类。分类详情见附录-三级分类体系表。
320
+ # @param SecondClassification: 二级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
321
321
  # @type SecondClassification: :class:`Tencentcloud::Nlp.v20190408.models.Category`
322
- # @param ThirdClassification: 三级分类。分类详情见附录-三级分类体系表。
322
+ # @param ThirdClassification: 三级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
323
323
  # 注意:此字段可能返回 null,表示取不到有效值。
324
324
  # @type ThirdClassification: :class:`Tencentcloud::Nlp.v20190408.models.Category`
325
325
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1458,11 +1458,11 @@ module TencentCloud
1458
1458
  class ParseWordsResponse < TencentCloud::Common::AbstractModel
1459
1459
  # @param NormalText: 输入文本正则化的结果。(包括对英文文本中的开头和实体进行大写等)
1460
1460
  # @type NormalText: String
1461
- # @param BasicParticiples: 基础粒度分词和词性标注的结果。(词性表请参见附录)
1461
+ # @param BasicParticiples: 基础粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
1462
1462
  # @type BasicParticiples: Array
1463
- # @param CompoundParticiples: 复合粒度分词和词性标注的结果。(词性表请参见附录)
1463
+ # @param CompoundParticiples: 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))
1464
1464
  # @type CompoundParticiples: Array
1465
- # @param Entities: 实体识别结果。(实体类型数据请参见附录)
1465
+ # @param Entities: 实体识别结果。(请参见附录[实体类型数据](https://cloud.tencent.com/document/product/271/90592))
1466
1466
  # @type Entities: Array
1467
1467
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1468
1468
  # @type RequestId: String
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.612
4
+ version: 3.0.613
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-13 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common