tencentcloud-sdk-mps 1.0.275 → 1.0.278

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: 6797afbc780757b53c5f5bcf068823d81d2e4f08
4
- data.tar.gz: c86cb6f49772b6a93b037fd55fb9dde8057f5fab
3
+ metadata.gz: 87b0ae1ce1a689aa56bbfb71116947cf697d5fa9
4
+ data.tar.gz: 8128380defa32ffac708645f7d962005ce31af44
5
5
  SHA512:
6
- metadata.gz: ef8e78f1009fdd94d29e34435ef2a9e33accc81abcd6f60b0572dcd6f0d2fc22bb4e6ce18dcac482add38ce33a050a3d587ce98beece3c83c26300281bf54a84
7
- data.tar.gz: ed698ca11c9738d04918cb54f175fa0b66ad5faebac4cabe7803939680d1e804100ff493ea9dc29e411852542cd8cfe9103829d0cd39bbe5f32f53da6986b713
6
+ metadata.gz: 1ba4b7db6f03e7c27eb0300bf13e02c68fdfd56876f444acc6d5dc1a3859510790d291241bd2e8a80e78f276e0e39e452f0b45ffce0a0eb9ec77d84a9c938b24
7
+ data.tar.gz: a73fdcf85f5fd4166e59865ef2997e352a39bd8d98826c1b1ce4bec4671aca3e2f3256b69b74419fc7b3370a24baaf26424982efbc49a8bb87e7405edd5e075c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.275
1
+ 1.0.278
@@ -324,7 +324,7 @@ module TencentCloud
324
324
  # 4. 对视频采样截图;
325
325
  # 5. 对视频截图雪碧图;
326
326
  # 6. 对视频转自适应码流;
327
- # 7. 智能内容审核(鉴黄、鉴恐、鉴政);
327
+ # 7. 智能内容审核(鉴黄、敏感信息检测);
328
328
  # 8. 智能内容分析(标签、分类、封面、按帧标签);
329
329
  # 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
330
330
 
@@ -1518,7 +1518,7 @@ module TencentCloud
1518
1518
 
1519
1519
  # 对直播流媒体发起处理任务,功能包括:
1520
1520
 
1521
- # * 智能内容审核(画面鉴黄、鉴政、鉴暴、声音鉴黄);
1521
+ # * 智能内容审核(画面鉴黄、敏感信息检测、声音鉴黄);
1522
1522
  # * 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
1523
1523
 
1524
1524
  # 直播流处理事件通知实时写入用户指定的消息队列 CMQ 中,用户需要从消息队列 CMQ 中获取事件通知结果,同时处理过程中存在输出文件的,会写入用户指定的输出文件的目标存储中。
@@ -1552,7 +1552,7 @@ module TencentCloud
1552
1552
  # 4. 对视频采样截图;
1553
1553
  # 5. 对视频截图雪碧图;
1554
1554
  # 6. 对视频转自适应码流;
1555
- # 7. 智能内容审核(鉴黄、鉴恐、鉴政);
1555
+ # 7. 智能内容审核(鉴黄、敏感信息检测);
1556
1556
  # 8. 智能内容分析(标签、分类、封面、按帧标签);
1557
1557
  # 9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
1558
1558
 
@@ -757,13 +757,13 @@ module TencentCloud
757
757
  class AiContentReviewResult < TencentCloud::Common::AbstractModel
758
758
  # @param Type: 任务的类型,可以取的值有:
759
759
  # <li>Porn:图片鉴黄</li>
760
- # <li>Terrorism:图片鉴恐</li>
761
- # <li>Political:图片鉴政</li>
760
+ # <li>Terrorism:图片敏感</li>
761
+ # <li>Political:图片敏感</li>
762
762
  # <li>Porn.Asr:Asr 文字鉴黄</li>
763
763
  # <li>Porn.Ocr:Ocr 文字鉴黄</li>
764
- # <li>Political.Asr:Asr 文字鉴政</li>
765
- # <li>Political.Ocr:Ocr 文字鉴政</li>
766
- # <li>Terrorism.Ocr:Ocr 文字鉴恐</li>
764
+ # <li>Political.Asr:Asr 文字敏感</li>
765
+ # <li>Political.Ocr:Ocr 文字敏感</li>
766
+ # <li>Terrorism.Ocr:Ocr 文字敏感</li>
767
767
  # <li>Prohibited.Asr:Asr 文字鉴违禁</li>
768
768
  # <li>Prohibited.Ocr:Ocr 文字鉴违禁</li>
769
769
  # @type Type: String
@@ -774,10 +774,10 @@ module TencentCloud
774
774
  # @param PornTask: 视频内容审核智能画面鉴黄任务的查询结果,当任务类型为 Porn 时有效。
775
775
  # 注意:此字段可能返回 null,表示取不到有效值。
776
776
  # @type PornTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskPornResult`
777
- # @param TerrorismTask: 视频内容审核智能画面鉴恐任务的查询结果,当任务类型为 Terrorism 时有效。
777
+ # @param TerrorismTask: 视频内容审核智能画面敏感任务的查询结果,当任务类型为 Terrorism 时有效。
778
778
  # 注意:此字段可能返回 null,表示取不到有效值。
779
779
  # @type TerrorismTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskTerrorismResult`
780
- # @param PoliticalTask: 视频内容审核智能画面鉴政任务的查询结果,当任务类型为 Political 时有效。
780
+ # @param PoliticalTask: 视频内容审核智能画面敏感任务的查询结果,当任务类型为 Political 时有效。
781
781
  # 注意:此字段可能返回 null,表示取不到有效值。
782
782
  # @type PoliticalTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskPoliticalResult`
783
783
  # @param PornAsrTask: 视频内容审核 Asr 文字鉴黄任务的查询结果,当任务类型为 Porn.Asr 时有效。
@@ -786,13 +786,13 @@ module TencentCloud
786
786
  # @param PornOcrTask: 视频内容审核 Ocr 文字鉴黄任务的查询结果,当任务类型为 Porn.Ocr 时有效。
787
787
  # 注意:此字段可能返回 null,表示取不到有效值。
788
788
  # @type PornOcrTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskPornOcrResult`
789
- # @param PoliticalAsrTask: 视频内容审核 Asr 文字鉴政任务的查询结果,当任务类型为 Political.Asr 时有效。
789
+ # @param PoliticalAsrTask: 视频内容审核 Asr 文字敏感任务的查询结果,当任务类型为 Political.Asr 时有效。
790
790
  # 注意:此字段可能返回 null,表示取不到有效值。
791
791
  # @type PoliticalAsrTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskPoliticalAsrResult`
792
- # @param PoliticalOcrTask: 视频内容审核 Ocr 文字鉴政任务的查询结果,当任务类型为 Political.Ocr 时有效。
792
+ # @param PoliticalOcrTask: 视频内容审核 Ocr 文字敏感任务的查询结果,当任务类型为 Political.Ocr 时有效。
793
793
  # 注意:此字段可能返回 null,表示取不到有效值。
794
794
  # @type PoliticalOcrTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskPoliticalOcrResult`
795
- # @param TerrorismOcrTask: 视频内容审核 Ocr 文字鉴恐任务的查询结果,当任务类型为 Terrorism.Ocr 时有效。
795
+ # @param TerrorismOcrTask: 视频内容审核 Ocr 文字敏感任务的查询结果,当任务类型为 Terrorism.Ocr 时有效。
796
796
  # 注意:此字段可能返回 null,表示取不到有效值。
797
797
  # @type TerrorismOcrTask: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTaskTerrorismOcrResult`
798
798
  # @param ProhibitedAsrTask: 视频内容审核 Asr 文字鉴违禁任务的查询结果,当任务类型为 Prohibited.Asr 时有效。
@@ -1640,9 +1640,9 @@ module TencentCloud
1640
1640
  end
1641
1641
  end
1642
1642
 
1643
- # 内容审核 Asr 文字鉴政、敏感任务输入参数类型
1643
+ # 内容审核 Asr 文字敏感任务输入参数类型
1644
1644
  class AiReviewPoliticalAsrTaskInput < TencentCloud::Common::AbstractModel
1645
- # @param Definition: 鉴政模板 ID。
1645
+ # @param Definition: 模板 ID。
1646
1646
  # @type Definition: Integer
1647
1647
 
1648
1648
  attr_accessor :Definition
@@ -1656,16 +1656,16 @@ module TencentCloud
1656
1656
  end
1657
1657
  end
1658
1658
 
1659
- # Asr 文字涉政信息
1659
+ # Asr 文字敏感信息
1660
1660
  class AiReviewPoliticalAsrTaskOutput < TencentCloud::Common::AbstractModel
1661
- # @param Confidence: Asr 文字涉政、敏感评分,分值为0到100。
1661
+ # @param Confidence: Asr 文字敏感评分,分值为0到100。
1662
1662
  # @type Confidence: Float
1663
- # @param Suggestion: Asr 文字涉政、敏感结果建议,取值范围:
1663
+ # @param Suggestion: Asr 文字敏感结果建议,取值范围:
1664
1664
  # <li>pass。</li>
1665
1665
  # <li>review。</li>
1666
1666
  # <li>block。</li>
1667
1667
  # @type Suggestion: String
1668
- # @param SegmentSet: Asr 文字有涉政、敏感嫌疑的视频片段列表。
1668
+ # @param SegmentSet: Asr 文字敏感嫌疑的视频片段列表。
1669
1669
  # @type SegmentSet: Array
1670
1670
 
1671
1671
  attr_accessor :Confidence, :Suggestion, :SegmentSet
@@ -1690,9 +1690,9 @@ module TencentCloud
1690
1690
  end
1691
1691
  end
1692
1692
 
1693
- # 内容审核 Ocr 文字鉴政任务输入参数类型
1693
+ # 内容审核 Ocr 文字敏感任务输入参数类型
1694
1694
  class AiReviewPoliticalOcrTaskInput < TencentCloud::Common::AbstractModel
1695
- # @param Definition: 鉴政模板 ID。
1695
+ # @param Definition: 模板 ID。
1696
1696
  # @type Definition: Integer
1697
1697
 
1698
1698
  attr_accessor :Definition
@@ -1706,16 +1706,16 @@ module TencentCloud
1706
1706
  end
1707
1707
  end
1708
1708
 
1709
- # Ocr 文字涉政信息
1709
+ # Ocr 文字敏感信息
1710
1710
  class AiReviewPoliticalOcrTaskOutput < TencentCloud::Common::AbstractModel
1711
- # @param Confidence: Ocr 文字涉政、敏感评分,分值为0到100。
1711
+ # @param Confidence: Ocr 文字敏感评分,分值为0到100。
1712
1712
  # @type Confidence: Float
1713
- # @param Suggestion: Ocr 文字涉政、敏感结果建议,取值范围:
1713
+ # @param Suggestion: Ocr 文字敏感结果建议,取值范围:
1714
1714
  # <li>pass。</li>
1715
1715
  # <li>review。</li>
1716
1716
  # <li>block。</li>
1717
1717
  # @type Suggestion: String
1718
- # @param SegmentSet: Ocr 文字有涉政、敏感嫌疑的视频片段列表。
1718
+ # @param SegmentSet: Ocr 文字有敏感嫌疑的视频片段列表。
1719
1719
  # @type SegmentSet: Array
1720
1720
 
1721
1721
  attr_accessor :Confidence, :Suggestion, :SegmentSet
@@ -1740,9 +1740,9 @@ module TencentCloud
1740
1740
  end
1741
1741
  end
1742
1742
 
1743
- # 内容审核鉴政任务输入参数类型
1743
+ # 内容审核敏感任务输入参数类型
1744
1744
  class AiReviewPoliticalTaskInput < TencentCloud::Common::AbstractModel
1745
- # @param Definition: 鉴政模板 ID。
1745
+ # @param Definition: 模板 ID。
1746
1746
  # @type Definition: Integer
1747
1747
 
1748
1748
  attr_accessor :Definition
@@ -1756,22 +1756,22 @@ module TencentCloud
1756
1756
  end
1757
1757
  end
1758
1758
 
1759
- # 涉政信息
1759
+ # 涉敏信息
1760
1760
  class AiReviewPoliticalTaskOutput < TencentCloud::Common::AbstractModel
1761
- # @param Confidence: 视频涉政评分,分值为0到100。
1761
+ # @param Confidence: 视频涉敏评分,分值为0到100。
1762
1762
  # @type Confidence: Float
1763
- # @param Suggestion: 涉政结果建议,取值范围:
1763
+ # @param Suggestion: 涉敏结果建议,取值范围:
1764
1764
  # <li>pass。</li>
1765
1765
  # <li>review。</li>
1766
1766
  # <li>block。</li>
1767
1767
  # @type Suggestion: String
1768
- # @param Label: 视频鉴政结果标签。内容审核模板[画面鉴政任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系:
1768
+ # @param Label: 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系:
1769
1769
  # violation_photo:
1770
1770
  # <li>violation_photo:违规图标。</li>
1771
1771
  # 其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):
1772
- # <li>politician:政治人物。</li>
1772
+ # <li>politician:涉敏人物。</li>
1773
1773
  # @type Label: String
1774
- # @param SegmentSet: 有涉政嫌疑的视频片段列表。
1774
+ # @param SegmentSet: 有涉敏嫌疑的视频片段列表。
1775
1775
  # @type SegmentSet: Array
1776
1776
 
1777
1777
  attr_accessor :Confidence, :Suggestion, :Label, :SegmentSet
@@ -2056,7 +2056,7 @@ module TencentCloud
2056
2056
  end
2057
2057
  end
2058
2058
 
2059
- # 内容审核 Asr 文字鉴政、敏感任务结果类型
2059
+ # 内容审核 Asr 文字敏感任务结果类型
2060
2060
  class AiReviewTaskPoliticalAsrResult < TencentCloud::Common::AbstractModel
2061
2061
  # @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2062
2062
  # @type Status: String
@@ -2066,9 +2066,9 @@ module TencentCloud
2066
2066
  # @type ErrCode: Integer
2067
2067
  # @param Message: 错误信息。
2068
2068
  # @type Message: String
2069
- # @param Input: 内容审核 Asr 文字鉴政任务输入。
2069
+ # @param Input: 内容审核 Asr 文字敏感任务输入。
2070
2070
  # @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalAsrTaskInput`
2071
- # @param Output: 内容审核 Asr 文字鉴政任务输出。
2071
+ # @param Output: 内容审核 Asr 文字敏感任务输出。
2072
2072
  # 注意:此字段可能返回 null,表示取不到有效值。
2073
2073
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalAsrTaskOutput`
2074
2074
 
@@ -2099,7 +2099,7 @@ module TencentCloud
2099
2099
  end
2100
2100
  end
2101
2101
 
2102
- # 内容审核 Ocr 文字鉴政、敏感任务结果类型
2102
+ # 内容审核 Ocr 文字敏感任务结果类型
2103
2103
  class AiReviewTaskPoliticalOcrResult < TencentCloud::Common::AbstractModel
2104
2104
  # @param Status: 任务状态,有 PROCESSING,SUCCESS,FAIL 三种。
2105
2105
  # @type Status: String
@@ -2109,9 +2109,9 @@ module TencentCloud
2109
2109
  # @type ErrCode: Integer
2110
2110
  # @param Message: 错误信息。
2111
2111
  # @type Message: String
2112
- # @param Input: 内容审核 Ocr 文字鉴政任务输入。
2112
+ # @param Input: 内容审核 Ocr 文字敏感任务输入。
2113
2113
  # @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalOcrTaskInput`
2114
- # @param Output: 内容审核 Ocr 文字鉴政任务输出。
2114
+ # @param Output: 内容审核 Ocr 文字敏感任务输出。
2115
2115
  # 注意:此字段可能返回 null,表示取不到有效值。
2116
2116
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalOcrTaskOutput`
2117
2117
 
@@ -2142,7 +2142,7 @@ module TencentCloud
2142
2142
  end
2143
2143
  end
2144
2144
 
2145
- # 内容审核鉴政任务结果类型
2145
+ # 内容审核涉敏任务结果类型
2146
2146
  class AiReviewTaskPoliticalResult < TencentCloud::Common::AbstractModel
2147
2147
  # @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2148
2148
  # @type Status: String
@@ -2152,9 +2152,9 @@ module TencentCloud
2152
2152
  # @type ErrCode: Integer
2153
2153
  # @param Message: 错误信息。
2154
2154
  # @type Message: String
2155
- # @param Input: 内容审核鉴政任务输入。
2155
+ # @param Input: 内容审核涉敏任务输入。
2156
2156
  # @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalTaskInput`
2157
- # @param Output: 内容审核鉴政任务输出。
2157
+ # @param Output: 内容审核涉敏任务输出。
2158
2158
  # 注意:此字段可能返回 null,表示取不到有效值。
2159
2159
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewPoliticalTaskOutput`
2160
2160
 
@@ -2400,7 +2400,7 @@ module TencentCloud
2400
2400
  end
2401
2401
  end
2402
2402
 
2403
- # 内容审核 Ocr 文字鉴恐任务结果类型
2403
+ # 内容审核 Ocr 文字敏感任务结果类型
2404
2404
  class AiReviewTaskTerrorismOcrResult < TencentCloud::Common::AbstractModel
2405
2405
  # @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2406
2406
  # @type Status: String
@@ -2410,9 +2410,9 @@ module TencentCloud
2410
2410
  # @type ErrCode: Integer
2411
2411
  # @param Message: 错误信息。
2412
2412
  # @type Message: String
2413
- # @param Input: 内容审核 Ocr 文字鉴恐任务输入。
2413
+ # @param Input: 内容审核 Ocr 文字敏感任务输入。
2414
2414
  # @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismOcrTaskInput`
2415
- # @param Output: 内容审核 Ocr 文字鉴恐任务输出。
2415
+ # @param Output: 内容审核 Ocr 文字敏感任务输出。
2416
2416
  # 注意:此字段可能返回 null,表示取不到有效值。
2417
2417
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismOcrTaskOutput`
2418
2418
 
@@ -2443,7 +2443,7 @@ module TencentCloud
2443
2443
  end
2444
2444
  end
2445
2445
 
2446
- # 内容审核鉴恐任务结果类型
2446
+ # 内容审核涉敏任务结果类型
2447
2447
  class AiReviewTaskTerrorismResult < TencentCloud::Common::AbstractModel
2448
2448
  # @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2449
2449
  # @type Status: String
@@ -2453,9 +2453,9 @@ module TencentCloud
2453
2453
  # @type ErrCode: Integer
2454
2454
  # @param Message: 错误信息。
2455
2455
  # @type Message: String
2456
- # @param Input: 内容审核鉴恐任务输入。
2456
+ # @param Input: 内容审核涉敏任务输入。
2457
2457
  # @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismTaskInput`
2458
- # @param Output: 内容审核鉴恐任务输出。
2458
+ # @param Output: 内容审核涉敏任务输出。
2459
2459
  # 注意:此字段可能返回 null,表示取不到有效值。
2460
2460
  # @type Output: :class:`Tencentcloud::Mps.v20190612.models.AiReviewTerrorismTaskOutput`
2461
2461
 
@@ -2486,9 +2486,9 @@ module TencentCloud
2486
2486
  end
2487
2487
  end
2488
2488
 
2489
- # 内容审核 Ocr 文字鉴恐任务输入参数类型
2489
+ # 内容审核 Ocr 文字敏感任务输入参数类型
2490
2490
  class AiReviewTerrorismOcrTaskInput < TencentCloud::Common::AbstractModel
2491
- # @param Definition: 鉴恐模板 ID。
2491
+ # @param Definition: 模板 ID。
2492
2492
  # @type Definition: Integer
2493
2493
 
2494
2494
  attr_accessor :Definition
@@ -2502,16 +2502,16 @@ module TencentCloud
2502
2502
  end
2503
2503
  end
2504
2504
 
2505
- # Ocr 文字涉恐信息
2505
+ # Ocr 文字涉敏信息
2506
2506
  class AiReviewTerrorismOcrTaskOutput < TencentCloud::Common::AbstractModel
2507
- # @param Confidence: Ocr 文字涉恐评分,分值为0到100。
2507
+ # @param Confidence: Ocr 文字涉敏评分,分值为0到100。
2508
2508
  # @type Confidence: Float
2509
- # @param Suggestion: Ocr 文字涉恐结果建议,取值范围:
2509
+ # @param Suggestion: Ocr 文字涉敏结果建议,取值范围:
2510
2510
  # <li>pass。</li>
2511
2511
  # <li>review。</li>
2512
2512
  # <li>block。</li>
2513
2513
  # @type Suggestion: String
2514
- # @param SegmentSet: Ocr 文字有涉恐嫌疑的视频片段列表。
2514
+ # @param SegmentSet: Ocr 文字有涉敏嫌疑的视频片段列表。
2515
2515
  # @type SegmentSet: Array
2516
2516
 
2517
2517
  attr_accessor :Confidence, :Suggestion, :SegmentSet
@@ -2536,9 +2536,9 @@ module TencentCloud
2536
2536
  end
2537
2537
  end
2538
2538
 
2539
- # 内容审核鉴恐任务输入参数类型
2539
+ # 内容审核涉敏任务输入参数类型
2540
2540
  class AiReviewTerrorismTaskInput < TencentCloud::Common::AbstractModel
2541
- # @param Definition: 鉴恐模板 ID。
2541
+ # @param Definition: 模板 ID。
2542
2542
  # @type Definition: Integer
2543
2543
 
2544
2544
  attr_accessor :Definition
@@ -2552,27 +2552,27 @@ module TencentCloud
2552
2552
  end
2553
2553
  end
2554
2554
 
2555
- # 暴恐信息
2555
+ # 涉敏信息
2556
2556
  class AiReviewTerrorismTaskOutput < TencentCloud::Common::AbstractModel
2557
- # @param Confidence: 视频暴恐评分,分值为0到100。
2557
+ # @param Confidence: 视频涉敏评分,分值为0到100。
2558
2558
  # @type Confidence: Float
2559
- # @param Suggestion: 暴恐结果建议,取值范围:
2559
+ # @param Suggestion: 涉敏结果建议,取值范围:
2560
2560
  # <li>pass。</li>
2561
2561
  # <li>review。</li>
2562
2562
  # <li>block。</li>
2563
2563
  # @type Suggestion: String
2564
- # @param Label: 视频暴恐结果标签,取值范围:
2564
+ # @param Label: 视频涉敏结果标签,取值范围:
2565
2565
  # <li>guns:武器枪支。</li>
2566
2566
  # <li>crowd:人群聚集。</li>
2567
2567
  # <li>police:警察部队。</li>
2568
2568
  # <li>bloody:血腥画面。</li>
2569
- # <li>banners:暴恐旗帜。</li>
2569
+ # <li>banners:涉敏旗帜。</li>
2570
2570
  # <li>militant:武装分子。</li>
2571
2571
  # <li>explosion:爆炸火灾。</li>
2572
- # <li>terrorists:暴恐人物。</li>
2573
- # <li>scenario:暴恐画面。</li>
2572
+ # <li>terrorists:涉敏人物。</li>
2573
+ # <li>scenario:涉敏画面。</li>
2574
2574
  # @type Label: String
2575
- # @param SegmentSet: 有暴恐嫌疑的视频片段列表。
2575
+ # @param SegmentSet: 有涉敏嫌疑的视频片段列表。
2576
2576
  # @type SegmentSet: Array
2577
2577
 
2578
2578
  attr_accessor :Confidence, :Suggestion, :Label, :SegmentSet
@@ -3150,10 +3150,10 @@ module TencentCloud
3150
3150
  # @param PornConfigure: 鉴黄控制参数。
3151
3151
  # 注意:此字段可能返回 null,表示取不到有效值。
3152
3152
  # @type PornConfigure: :class:`Tencentcloud::Mps.v20190612.models.PornConfigureInfo`
3153
- # @param TerrorismConfigure: 鉴恐控制参数。
3153
+ # @param TerrorismConfigure: 涉敏控制参数。
3154
3154
  # 注意:此字段可能返回 null,表示取不到有效值。
3155
3155
  # @type TerrorismConfigure: :class:`Tencentcloud::Mps.v20190612.models.TerrorismConfigureInfo`
3156
- # @param PoliticalConfigure: 鉴政控制参数。
3156
+ # @param PoliticalConfigure: 涉敏控制参数。
3157
3157
  # 注意:此字段可能返回 null,表示取不到有效值。
3158
3158
  # @type PoliticalConfigure: :class:`Tencentcloud::Mps.v20190612.models.PoliticalConfigureInfo`
3159
3159
  # @param ProhibitedConfigure: 违禁控制参数。违禁内容包括:
@@ -6122,7 +6122,7 @@ module TencentCloud
6122
6122
  # @param DefaultLibraryLabelSet: 默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。标签可选值:
6123
6123
  # <li>entertainment:娱乐明星;</li>
6124
6124
  # <li>sport:体育明星;</li>
6125
- # <li>politician:政治人物。</li>
6125
+ # <li>politician:敏感人物。</li>
6126
6126
  # @type DefaultLibraryLabelSet: Array
6127
6127
  # @param UserDefineLibraryLabelSet: 用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。
6128
6128
  # 标签个数最多 100 个,每个标签长度最多 16 个字符。
@@ -6164,7 +6164,7 @@ module TencentCloud
6164
6164
  # @param DefaultLibraryLabelSet: 默认人物过滤标签,指定需要返回的默认人物的标签。如果未填或者为空,则全部默认人物结果都返回。标签可选值:
6165
6165
  # <li>entertainment:娱乐明星;</li>
6166
6166
  # <li>sport:体育明星;</li>
6167
- # <li>politician:政治人物。</li>
6167
+ # <li>politician:敏感人物。</li>
6168
6168
  # @type DefaultLibraryLabelSet: Array
6169
6169
  # @param UserDefineLibraryLabelSet: 用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。
6170
6170
  # 标签个数最多 100 个,每个标签长度最多 16 个字符。
@@ -6603,26 +6603,26 @@ module TencentCloud
6603
6603
  end
6604
6604
  end
6605
6605
 
6606
- # 直播 AI 内容审核图片鉴政结果
6606
+ # 直播 AI 内容审核图片敏感结果
6607
6607
  class LiveStreamAiReviewImagePoliticalResult < TencentCloud::Common::AbstractModel
6608
6608
  # @param StartPtsTime: 嫌疑片段起始的 PTS 时间,单位:秒。
6609
6609
  # @type StartPtsTime: Float
6610
6610
  # @param EndPtsTime: 嫌疑片段结束的 PTS 时间,单位:秒。
6611
6611
  # @type EndPtsTime: Float
6612
- # @param Confidence: 嫌疑片段涉政分数。
6612
+ # @param Confidence: 嫌疑片段敏感分数。
6613
6613
  # @type Confidence: Float
6614
6614
  # @param Suggestion: 嫌疑片段鉴黄结果建议,取值范围:
6615
6615
  # <li>pass</li>
6616
6616
  # <li>review</li>
6617
6617
  # <li>block</li>
6618
6618
  # @type Suggestion: String
6619
- # @param Label: 视频鉴政结果标签,取值范围:
6620
- # <li>politician:政治人物。</li>
6619
+ # @param Label: 视频敏感结果标签,取值范围:
6620
+ # <li>politician:敏感人物。</li>
6621
6621
  # <li>violation_photo:违规图标。</li>
6622
6622
  # @type Label: String
6623
- # @param Name: 涉政人物、违规图标名字。
6623
+ # @param Name: 敏感人物、违规图标名字。
6624
6624
  # @type Name: String
6625
- # @param AreaCoordSet: 涉政人物、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
6625
+ # @param AreaCoordSet: 敏感人物、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
6626
6626
  # @type AreaCoordSet: Array
6627
6627
  # @param Url: 嫌疑图片 URL (图片不会永久存储,到达
6628
6628
  # PicUrlExpireTime 时间点后图片将被删除)。
@@ -6705,28 +6705,28 @@ module TencentCloud
6705
6705
  end
6706
6706
  end
6707
6707
 
6708
- # 直播 AI 内容审核图片鉴恐结果
6708
+ # 直播 AI 内容审核图片涉敏结果
6709
6709
  class LiveStreamAiReviewImageTerrorismResult < TencentCloud::Common::AbstractModel
6710
6710
  # @param StartPtsTime: 嫌疑片段起始的 PTS 时间,单位:秒。
6711
6711
  # @type StartPtsTime: Float
6712
6712
  # @param EndPtsTime: 嫌疑片段结束的 PTS 时间,单位:秒。
6713
6713
  # @type EndPtsTime: Float
6714
- # @param Confidence: 嫌疑片段涉恐分数。
6714
+ # @param Confidence: 嫌疑片段涉敏分数。
6715
6715
  # @type Confidence: Float
6716
- # @param Suggestion: 嫌疑片段鉴恐结果建议,取值范围:
6716
+ # @param Suggestion: 嫌疑片段涉敏结果建议,取值范围:
6717
6717
  # <li>pass</li>
6718
6718
  # <li>review</li>
6719
6719
  # <li>block</li>
6720
6720
  # @type Suggestion: String
6721
- # @param Label: 视频暴恐结果标签,取值范围:
6721
+ # @param Label: 视频涉敏结果标签,取值范围:
6722
6722
  # <li>guns:武器枪支。</li>
6723
6723
  # <li>crowd:人群聚集。</li>
6724
6724
  # <li>police:警察部队。</li>
6725
6725
  # <li>bloody:血腥画面。</li>
6726
- # <li>banners:暴恐旗帜。</li>
6726
+ # <li>banners:涉敏旗帜。</li>
6727
6727
  # <li>militant:武装分子。</li>
6728
6728
  # <li>explosion:爆炸火灾。</li>
6729
- # <li>terrorists:暴恐人物。</li>
6729
+ # <li>terrorists:涉敏人物。</li>
6730
6730
  # @type Label: String
6731
6731
  # @param Url: 嫌疑图片 URL (图片不会永久存储,到达
6732
6732
  # PicUrlExpireTime 时间点后图片将被删除)。
@@ -6784,15 +6784,15 @@ module TencentCloud
6784
6784
  class LiveStreamAiReviewResultItem < TencentCloud::Common::AbstractModel
6785
6785
  # @param Type: 审核结果的类型,可以取的值有:
6786
6786
  # <li>ImagePorn:图片鉴黄</li>
6787
- # <li>ImageTerrorism:图片鉴恐</li>
6788
- # <li>ImagePolitical:图片鉴政</li>
6787
+ # <li>ImageTerrorism:图片涉敏</li>
6788
+ # <li>ImagePolitical:图片涉敏</li>
6789
6789
  # <li>PornVoice:声音鉴黄</li>
6790
6790
  # @type Type: String
6791
6791
  # @param ImagePornResultSet: 图片鉴黄的结果,当 Type 为 ImagePorn 时有效。
6792
6792
  # @type ImagePornResultSet: Array
6793
- # @param ImageTerrorismResultSet: 图片鉴恐的结果,当 Type 为 ImageTerrorism 时有效。
6793
+ # @param ImageTerrorismResultSet: 图片涉敏的结果,当 Type 为 ImageTerrorism 时有效。
6794
6794
  # @type ImageTerrorismResultSet: Array
6795
- # @param ImagePoliticalResultSet: 图片鉴政的结果,当 Type 为 ImagePolitical 时有效。
6795
+ # @param ImagePoliticalResultSet: 图片涉敏的结果,当 Type 为 ImagePolitical 时有效。
6796
6796
  # @type ImagePoliticalResultSet: Array
6797
6797
  # @param VoicePornResultSet: 声音鉴黄的结果,当 Type 为 PornVoice 时有效。
6798
6798
  # @type VoicePornResultSet: Array
@@ -7461,22 +7461,22 @@ module TencentCloud
7461
7461
  end
7462
7462
  end
7463
7463
 
7464
- # 内容审核涉政嫌疑片段
7464
+ # 内容审核涉敏嫌疑片段
7465
7465
  class MediaContentReviewPoliticalSegmentItem < TencentCloud::Common::AbstractModel
7466
7466
  # @param StartTimeOffset: 嫌疑片段起始的偏移时间,单位:秒。
7467
7467
  # @type StartTimeOffset: Float
7468
7468
  # @param EndTimeOffset: 嫌疑片段结束的偏移时间,单位:秒。
7469
7469
  # @type EndTimeOffset: Float
7470
- # @param Confidence: 嫌疑片段涉政分数。
7470
+ # @param Confidence: 嫌疑片段涉敏分数。
7471
7471
  # @type Confidence: Float
7472
- # @param Suggestion: 嫌疑片段鉴政结果建议,取值范围:
7472
+ # @param Suggestion: 嫌疑片段涉敏结果建议,取值范围:
7473
7473
  # <li>pass。</li>
7474
7474
  # <li>review。</li>
7475
7475
  # <li>block。</li>
7476
7476
  # @type Suggestion: String
7477
- # @param Name: 涉政人物、违规图标名字。
7477
+ # @param Name: 涉敏人物、违规图标名字。
7478
7478
  # @type Name: String
7479
- # @param Label: 嫌疑片段鉴政结果标签。内容审核模板[画面鉴政任务控制参数](https://cloud.tencent.com/document/api/862/37615#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
7479
+ # @param Label: 嫌疑片段涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#PoliticalImgReviewTemplateInfo)里 LabelSet 参数与此参数取值范围的对应关系:
7480
7480
  # violation_photo:
7481
7481
  # <li>violation_photo:违规图标。</li>
7482
7482
  # politician:
@@ -7485,7 +7485,7 @@ module TencentCloud
7485
7485
  # <li>bureau_politician:厅局级领导人;</li>
7486
7486
  # <li>county_politician:县处级领导人;</li>
7487
7487
  # <li>rural_politician:乡科级领导人;</li>
7488
- # <li>sensitive_politician:敏感政治人物;</li>
7488
+ # <li>sensitive_politician:涉敏人物;</li>
7489
7489
  # <li>foreign_politician:国外领导人。</li>
7490
7490
  # entertainment:
7491
7491
  # <li>sensitive_entertainment:敏感娱乐人物。</li>
@@ -7504,7 +7504,7 @@ module TencentCloud
7504
7504
  # @param Url: 嫌疑图片 URL (图片不会永久存储,到达
7505
7505
  # PicUrlExpireTime 时间点后图片将被删除)。
7506
7506
  # @type Url: String
7507
- # @param AreaCoordSet: 涉政人物、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
7507
+ # @param AreaCoordSet: 涉敏人物、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
7508
7508
  # @type AreaCoordSet: Array
7509
7509
  # @param PicUrlExpireTime: 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
7510
7510
  # @type PicUrlExpireTime: String
@@ -7536,7 +7536,7 @@ module TencentCloud
7536
7536
  end
7537
7537
  end
7538
7538
 
7539
- # 内容审核涉黄/暴恐嫌疑片段
7539
+ # 内容审核涉黄/涉敏嫌疑片段
7540
7540
  class MediaContentReviewSegmentItem < TencentCloud::Common::AbstractModel
7541
7541
  # @param StartTimeOffset: 嫌疑片段起始的偏移时间,单位:秒。
7542
7542
  # @type StartTimeOffset: Float
@@ -9643,11 +9643,11 @@ module TencentCloud
9643
9643
  end
9644
9644
  end
9645
9645
 
9646
- # 语音鉴政任务控制参数
9646
+ # 语音涉敏任务控制参数
9647
9647
  class PoliticalAsrReviewTemplateInfo < TencentCloud::Common::AbstractModel
9648
- # @param Switch: 语音鉴政任务开关,可选值:
9649
- # <li>ON:开启语音鉴政任务;</li>
9650
- # <li>OFF:关闭语音鉴政任务。</li>
9648
+ # @param Switch: 语音涉敏任务开关,可选值:
9649
+ # <li>ON:开启语音涉敏任务;</li>
9650
+ # <li>OFF:关闭语音涉敏任务。</li>
9651
9651
  # @type Switch: String
9652
9652
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 100 分。取值范围:0~100。
9653
9653
  # @type BlockConfidence: Integer
@@ -9669,11 +9669,11 @@ module TencentCloud
9669
9669
  end
9670
9670
  end
9671
9671
 
9672
- # 语音鉴政任务控制参数。
9672
+ # 语音涉敏任务控制参数。
9673
9673
  class PoliticalAsrReviewTemplateInfoForUpdate < TencentCloud::Common::AbstractModel
9674
- # @param Switch: 语音鉴政任务开关,可选值:
9675
- # <li>ON:开启语音鉴政任务;</li>
9676
- # <li>OFF:关闭语音鉴政任务。</li>
9674
+ # @param Switch: 语音涉敏任务开关,可选值:
9675
+ # <li>ON:开启语音涉敏任务;</li>
9676
+ # <li>OFF:关闭语音涉敏任务。</li>
9677
9677
  # @type Switch: String
9678
9678
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
9679
9679
  # @type BlockConfidence: Integer
@@ -9695,13 +9695,13 @@ module TencentCloud
9695
9695
  end
9696
9696
  end
9697
9697
 
9698
- # 鉴政任务控制参数
9698
+ # 涉敏任务控制参数
9699
9699
  class PoliticalConfigureInfo < TencentCloud::Common::AbstractModel
9700
- # @param ImgReviewInfo: 画面鉴政控制参数。
9700
+ # @param ImgReviewInfo: 画面涉敏控制参数。
9701
9701
  # @type ImgReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalImgReviewTemplateInfo`
9702
- # @param AsrReviewInfo: 语音鉴政控制参数。
9702
+ # @param AsrReviewInfo: 语音涉敏控制参数。
9703
9703
  # @type AsrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalAsrReviewTemplateInfo`
9704
- # @param OcrReviewInfo: 文本鉴政控制参数。
9704
+ # @param OcrReviewInfo: 文本涉敏控制参数。
9705
9705
  # @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalOcrReviewTemplateInfo`
9706
9706
 
9707
9707
  attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
@@ -9728,13 +9728,13 @@ module TencentCloud
9728
9728
  end
9729
9729
  end
9730
9730
 
9731
- # 鉴政任务控制参数。
9731
+ # 涉敏任务控制参数。
9732
9732
  class PoliticalConfigureInfoForUpdate < TencentCloud::Common::AbstractModel
9733
- # @param ImgReviewInfo: 画面鉴政控制参数。
9733
+ # @param ImgReviewInfo: 画面涉敏控制参数。
9734
9734
  # @type ImgReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalImgReviewTemplateInfoForUpdate`
9735
- # @param AsrReviewInfo: 语音鉴政控制参数。
9735
+ # @param AsrReviewInfo: 语音涉敏控制参数。
9736
9736
  # @type AsrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalAsrReviewTemplateInfoForUpdate`
9737
- # @param OcrReviewInfo: 文本鉴政控制参数。
9737
+ # @param OcrReviewInfo: 文本涉敏控制参数。
9738
9738
  # @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.PoliticalOcrReviewTemplateInfoForUpdate`
9739
9739
 
9740
9740
  attr_accessor :ImgReviewInfo, :AsrReviewInfo, :OcrReviewInfo
@@ -9761,15 +9761,15 @@ module TencentCloud
9761
9761
  end
9762
9762
  end
9763
9763
 
9764
- # 画面鉴政任务控制参数
9764
+ # 画面涉敏任务控制参数
9765
9765
  class PoliticalImgReviewTemplateInfo < TencentCloud::Common::AbstractModel
9766
- # @param Switch: 画面鉴政任务开关,可选值:
9767
- # <li>ON:开启画面鉴政任务;</li>
9768
- # <li>OFF:关闭画面鉴政任务。</li>
9766
+ # @param Switch: 画面涉敏任务开关,可选值:
9767
+ # <li>ON:开启画面涉敏任务;</li>
9768
+ # <li>OFF:关闭画面涉敏任务。</li>
9769
9769
  # @type Switch: String
9770
- # @param LabelSet: 画面鉴政过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
9770
+ # @param LabelSet: 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
9771
9771
  # <li>violation_photo:违规图标;</li>
9772
- # <li>politician:政治人物;</li>
9772
+ # <li>politician:涉敏人物;</li>
9773
9773
  # <li>entertainment:娱乐人物;</li>
9774
9774
  # <li>sport:体育人物;</li>
9775
9775
  # <li>entrepreneur:商业人物;</li>
@@ -9799,15 +9799,15 @@ module TencentCloud
9799
9799
  end
9800
9800
  end
9801
9801
 
9802
- # 画面鉴政任务控制参数。
9802
+ # 画面涉敏任务控制参数。
9803
9803
  class PoliticalImgReviewTemplateInfoForUpdate < TencentCloud::Common::AbstractModel
9804
- # @param Switch: 画面鉴政任务开关,可选值:
9805
- # <li>ON:开启画面鉴政任务;</li>
9806
- # <li>OFF:关闭画面鉴政任务。</li>
9804
+ # @param Switch: 画面涉敏任务开关,可选值:
9805
+ # <li>ON:开启画面涉敏任务;</li>
9806
+ # <li>OFF:关闭画面涉敏任务。</li>
9807
9807
  # @type Switch: String
9808
- # @param LabelSet: 画面鉴政过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
9808
+ # @param LabelSet: 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
9809
9809
  # <li>violation_photo:违规图标;</li>
9810
- # <li>politician:政治人物;</li>
9810
+ # <li>politician:涉敏人物;</li>
9811
9811
  # <li>entertainment:娱乐人物;</li>
9812
9812
  # <li>sport:体育人物;</li>
9813
9813
  # <li>entrepreneur:商业人物;</li>
@@ -9837,11 +9837,11 @@ module TencentCloud
9837
9837
  end
9838
9838
  end
9839
9839
 
9840
- # 文本鉴政任务控制参数
9840
+ # 文本涉敏任务控制参数
9841
9841
  class PoliticalOcrReviewTemplateInfo < TencentCloud::Common::AbstractModel
9842
- # @param Switch: 文本鉴政任务开关,可选值:
9843
- # <li>ON:开启文本鉴政任务;</li>
9844
- # <li>OFF:关闭文本鉴政任务。</li>
9842
+ # @param Switch: 文本涉敏任务开关,可选值:
9843
+ # <li>ON:开启文本涉敏任务;</li>
9844
+ # <li>OFF:关闭文本涉敏任务。</li>
9845
9845
  # @type Switch: String
9846
9846
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 100 分。取值范围:0~100。
9847
9847
  # @type BlockConfidence: Integer
@@ -9863,11 +9863,11 @@ module TencentCloud
9863
9863
  end
9864
9864
  end
9865
9865
 
9866
- # 文本鉴政任务控制参数。
9866
+ # 文本涉敏任务控制参数。
9867
9867
  class PoliticalOcrReviewTemplateInfoForUpdate < TencentCloud::Common::AbstractModel
9868
- # @param Switch: 文本鉴政任务开关,可选值:
9869
- # <li>ON:开启文本鉴政任务;</li>
9870
- # <li>OFF:关闭文本鉴政任务。</li>
9868
+ # @param Switch: 文本涉敏任务开关,可选值:
9869
+ # <li>ON:开启文本涉敏任务;</li>
9870
+ # <li>OFF:关闭文本涉敏任务。</li>
9871
9871
  # @type Switch: String
9872
9872
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
9873
9873
  # @type BlockConfidence: Integer
@@ -11255,11 +11255,11 @@ module TencentCloud
11255
11255
  end
11256
11256
  end
11257
11257
 
11258
- # 鉴恐任务控制参数
11258
+ # 涉敏任务控制参数
11259
11259
  class TerrorismConfigureInfo < TencentCloud::Common::AbstractModel
11260
- # @param ImgReviewInfo: 画面鉴恐任务控制参数。
11260
+ # @param ImgReviewInfo: 画面涉敏任务控制参数。
11261
11261
  # @type ImgReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismImgReviewTemplateInfo`
11262
- # @param OcrReviewInfo: 文本鉴恐任务控制参数。
11262
+ # @param OcrReviewInfo: 文本涉敏任务控制参数。
11263
11263
  # @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismOcrReviewTemplateInfo`
11264
11264
 
11265
11265
  attr_accessor :ImgReviewInfo, :OcrReviewInfo
@@ -11281,11 +11281,11 @@ module TencentCloud
11281
11281
  end
11282
11282
  end
11283
11283
 
11284
- # 鉴恐任务控制参数。
11284
+ # 涉敏任务控制参数。
11285
11285
  class TerrorismConfigureInfoForUpdate < TencentCloud::Common::AbstractModel
11286
- # @param ImgReviewInfo: 画面鉴恐任务控制参数。
11286
+ # @param ImgReviewInfo: 画面涉敏任务控制参数。
11287
11287
  # @type ImgReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismImgReviewTemplateInfoForUpdate`
11288
- # @param OcrReviewInfo: 文本鉴恐任务控制参数。
11288
+ # @param OcrReviewInfo: 文本涉敏任务控制参数。
11289
11289
  # @type OcrReviewInfo: :class:`Tencentcloud::Mps.v20190612.models.TerrorismOcrReviewTemplateInfoForUpdate`
11290
11290
 
11291
11291
  attr_accessor :ImgReviewInfo, :OcrReviewInfo
@@ -11307,22 +11307,22 @@ module TencentCloud
11307
11307
  end
11308
11308
  end
11309
11309
 
11310
- # 画面鉴恐任务控制参数
11310
+ # 画面涉敏任务控制参数
11311
11311
  class TerrorismImgReviewTemplateInfo < TencentCloud::Common::AbstractModel
11312
- # @param Switch: 画面鉴恐任务开关,可选值:
11313
- # <li>ON:开启画面鉴恐任务;</li>
11314
- # <li>OFF:关闭画面鉴恐任务。</li>
11312
+ # @param Switch: 画面涉敏任务开关,可选值:
11313
+ # <li>ON:开启画面涉敏任务;</li>
11314
+ # <li>OFF:关闭画面涉敏任务。</li>
11315
11315
  # @type Switch: String
11316
- # @param LabelSet: 画面鉴恐过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
11316
+ # @param LabelSet: 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
11317
11317
  # <li>guns:武器枪支;</li>
11318
11318
  # <li>crowd:人群聚集;</li>
11319
11319
  # <li>bloody:血腥画面;</li>
11320
11320
  # <li>police:警察部队;</li>
11321
- # <li>banners:暴恐旗帜;</li>
11321
+ # <li>banners:涉敏旗帜;</li>
11322
11322
  # <li>militant:武装分子;</li>
11323
11323
  # <li>explosion:爆炸火灾;</li>
11324
- # <li>terrorists:暴恐人物;</li>
11325
- # <li>scenario:暴恐画面。</li>
11324
+ # <li>terrorists:涉敏人物;</li>
11325
+ # <li>scenario:涉敏画面。</li>
11326
11326
  # @type LabelSet: Array
11327
11327
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 90 分。取值范围:0~100。
11328
11328
  # @type BlockConfidence: Integer
@@ -11346,22 +11346,22 @@ module TencentCloud
11346
11346
  end
11347
11347
  end
11348
11348
 
11349
- # 画面鉴恐任务控制参数。
11349
+ # 画面涉敏任务控制参数。
11350
11350
  class TerrorismImgReviewTemplateInfoForUpdate < TencentCloud::Common::AbstractModel
11351
- # @param Switch: 画面鉴恐任务开关,可选值:
11352
- # <li>ON:开启画面鉴恐任务;</li>
11353
- # <li>OFF:关闭画面鉴恐任务。</li>
11351
+ # @param Switch: 画面涉敏任务开关,可选值:
11352
+ # <li>ON:开启画面涉敏任务;</li>
11353
+ # <li>OFF:关闭画面涉敏任务。</li>
11354
11354
  # @type Switch: String
11355
- # @param LabelSet: 画面鉴恐过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
11355
+ # @param LabelSet: 画面涉敏过滤标签,审核结果包含选择的标签则返回结果,如果过滤标签为空,则审核结果全部返回,可选值为:
11356
11356
  # <li>guns:武器枪支;</li>
11357
11357
  # <li>crowd:人群聚集;</li>
11358
11358
  # <li>bloody:血腥画面;</li>
11359
11359
  # <li>police:警察部队;</li>
11360
- # <li>banners:暴恐旗帜;</li>
11360
+ # <li>banners:涉敏旗帜;</li>
11361
11361
  # <li>militant:武装分子;</li>
11362
11362
  # <li>explosion:爆炸火灾;</li>
11363
- # <li>terrorists:暴恐人物;</li>
11364
- # <li>scenario:暴恐画面。</li>
11363
+ # <li>terrorists:涉敏人物;</li>
11364
+ # <li>scenario:涉敏画面。</li>
11365
11365
  # @type LabelSet: Array
11366
11366
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
11367
11367
  # @type BlockConfidence: Integer
@@ -11385,11 +11385,11 @@ module TencentCloud
11385
11385
  end
11386
11386
  end
11387
11387
 
11388
- # 文本鉴恐任务控制参数
11388
+ # 文本涉敏任务控制参数
11389
11389
  class TerrorismOcrReviewTemplateInfo < TencentCloud::Common::AbstractModel
11390
- # @param Switch: 文本鉴恐任务开关,可选值:
11391
- # <li>ON:开启文本鉴恐任务;</li>
11392
- # <li>OFF:关闭文本鉴恐任务。</li>
11390
+ # @param Switch: 文本涉敏任务开关,可选值:
11391
+ # <li>ON:开启文本涉敏任务;</li>
11392
+ # <li>OFF:关闭文本涉敏任务。</li>
11393
11393
  # @type Switch: String
11394
11394
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 100 分。取值范围:0~100。
11395
11395
  # @type BlockConfidence: Integer
@@ -11411,11 +11411,11 @@ module TencentCloud
11411
11411
  end
11412
11412
  end
11413
11413
 
11414
- # 文本鉴恐任务控制参数
11414
+ # 文本涉敏任务控制参数
11415
11415
  class TerrorismOcrReviewTemplateInfoForUpdate < TencentCloud::Common::AbstractModel
11416
- # @param Switch: 文本鉴恐任务开关,可选值:
11417
- # <li>ON:开启文本鉴恐任务;</li>
11418
- # <li>OFF:关闭文本鉴恐任务。</li>
11416
+ # @param Switch: 文本涉敏任务开关,可选值:
11417
+ # <li>ON:开启文本涉敏任务;</li>
11418
+ # <li>OFF:关闭文本涉敏任务。</li>
11419
11419
  # @type Switch: String
11420
11420
  # @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 100 分。取值范围:0~100。
11421
11421
  # @type BlockConfidence: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.275
4
+ version: 1.0.278
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-11 00:00:00.000000000 Z
11
+ date: 2022-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common