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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190408/models.rb +6 -6
- 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: 8fe066e50ed0f5c7f09925831305a4890d20d77d
|
|
4
|
+
data.tar.gz: 44464c35ebb864208da680494d55d7abd6e6780b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77dcd398de09ca69c69a43ecda8d2a4c645ad5d486c96b3ebcd4bb40a545cbc337b16447f1ce6cd51a32cdebfc5f104c184cfec9daa966148fb3e57b75824273
|
|
7
|
+
data.tar.gz: 43ea15c62a503f49a846e64be70aade9638c6392e97b6730f9aa2b84b896d40e41c07025a2d8d5daeb0c3cf798396d396e4fed7ce96d07f3a180e2fbc70334bb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.613
|
data/lib/v20190408/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|