tencentcloud-sdk-ims 3.0.951 → 3.0.953

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: e7c24f2748bb4a32b4cd12646684d176f481c0fd
4
- data.tar.gz: 2111f6f08e204bf45de13dd8f14efbb700e4729f
3
+ metadata.gz: fc1fc1875b5d29ff954ce1943eaf6be3183c5b7e
4
+ data.tar.gz: a838663a2d17564d4e3a98aed30fefda871b8019
5
5
  SHA512:
6
- metadata.gz: 550426692bf71e377e736907d2a4d9e84bb11f03342682f20359e296910c16c58c5159f34e7b94a579f5143504afeddc2fec62340f446dc148759e15523645ad
7
- data.tar.gz: d489c53cd2c9d9f47e97470bdeb947955779767876976fad545ebec43db5b8032f2b882b35749d0263e98ce79a9b6b5705e0182e56080a19f0122421c62784f6
6
+ metadata.gz: 38d2232ea8740b0e79eeb97d9cde44051b03344ac27e8fec9da220c4dd53c74e517618876b83d1ca92274c82be0369a5e367cd45c6c0c18c63c39b1c53407ddd
7
+ data.tar.gz: f3800c443aedfc3877fc6075b2e5183c3aeeaed445a8e0bbf61355d1eae4b68fe01036ba9268f1dc0f178af46a7f9fd0c779ca34e76d5144be57b387a8d70c2a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.951
1
+ 3.0.953
@@ -142,9 +142,9 @@ module TencentCloud
142
142
  # @type BizType: String
143
143
  # @param DataId: 该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**。
144
144
  # @type DataId: String
145
- # @param FileContent: 该字段表示待检测图片文件内容的Base64编码,由于云API对请求包体有大小限制,图片的**Base64编码内容大小不得超过10MB**。<br/>备注:**该字段与FileUrl必须选择输入其中一个**。<br />
145
+ # @param FileContent: 该字段表示待检测图片文件内容的Base64编码,由于云API对请求包体有大小限制,图片的**Base64编码内容大小不得超过10MB**。<br/>备注:**该字段与FileUrl必须选择输入其中一个**。
146
146
  # @type FileContent: String
147
- # @param FileUrl: 该字段表示待检测图片文件的访问链接,URL源图**大小不超过30MB**。<br />备注:该字段与FileContent必须选择输入其中一个。 <br />
147
+ # @param FileUrl: 该字段表示待检测图片文件的访问链接,URL源图**大小不超过30MB**。<br />备注:该字段与FileContent必须选择输入其中一个。
148
148
  # @type FileUrl: String
149
149
  # @param Interval: **GIF检测专用**,用于表示GIF截帧频率(每隔多少张图片抽取一帧进行检测);默认值为0,此时只会检测GIF的第一帧或不进行切分处理。<br>备注:Interval与MaxFrames参数需要组合使用。例如,Interval=3, MaxFrames=400,则代表在检测GIF时,将每间隔2帧检测一次且最多检测400帧。
150
150
  # @type Interval: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ims
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.951
4
+ version: 3.0.953
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-28 00:00:00.000000000 Z
11
+ date: 2024-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common