tencentcloud-sdk-ims 3.0.1050 → 3.0.1051

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: d1f97a4accbc4af15d46d56a353f2df3b6b58b72
4
- data.tar.gz: 34e3828f09fbda369b65193189376b61b40b1ea0
3
+ metadata.gz: 175081082f1898f227f43687222df3fe956cc696
4
+ data.tar.gz: e461e69e06ebc713bda19076b0f4cbb276f92c56
5
5
  SHA512:
6
- metadata.gz: 1f171feeeee23c3928af130509698eaf352c05a520015c8d946bb2d55dbbaeef158825f5569f16ffad4ac50f1533c681a04e8b999eee52cd3ec0153ce9350761
7
- data.tar.gz: e64966217ae6aafa8807b1397db8bd912d9a9451b983ab5751bc4ed294928f2e6112b79780339ae1678f45c7ae3e3ab40cef378bc6b34592dfde0ccc96ddb574
6
+ metadata.gz: 7380bb3024853edb4972257d4434ce533963b730d8fe13a6e31d480c4d5907347dba980503e2c5041563d2ae36274a6a988e1a4e022680dd3757df2d9dc60647
7
+ data.tar.gz: e5e0601199f6cad9196380b1761318c836f0761824994fb90a6872ad661dc5a3d520ac001b8091ada7ae19beb98e25b7f9df826f806b47559e00d006b5fce2b4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1050
1
+ 3.0.1051
@@ -138,7 +138,8 @@ module TencentCloud
138
138
 
139
139
  # ImageModeration请求参数结构体
140
140
  class ImageModerationRequest < TencentCloud::Common::AbstractModel
141
- # @param BizType: 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
141
+ # @param BizType: 该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](#https://console.cloud.tencent.com/cms/clouds/manage)中配置。
142
+ # 备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
142
143
  # @type BizType: String
143
144
  # @param DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
144
145
  # @type DataId: String
@@ -154,7 +155,7 @@ module TencentCloud
154
155
  # @type User: :class:`Tencentcloud::Ims.v20201229.models.User`
155
156
  # @param Device: 该字段表示待检测对象对应的设备相关信息,若填入则可甄别相应违规风险设备。
156
157
  # @type Device: :class:`Tencentcloud::Ims.v20201229.models.Device`
157
- # @param Type: 该字段表示送审的数据类型,默认为通用图片,可以选择。
158
+ # @param Type: 该字段表示输入的图片审核类型,取值含:IMAGE(内容安全)、IMAGE_AIGC(AI生成识别)两种,默认值为IMAGE。
158
159
  # @type Type: String
159
160
 
160
161
  attr_accessor :BizType, :DataId, :FileContent, :FileUrl, :Interval, :MaxFrames, :User, :Device, :Type
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ims
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1050
4
+ version: 3.0.1051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud