tencentcloud-sdk-ims 1.0.354 → 1.0.357

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: 586ca4f7774c8c1c37998deced452d8bdf52fd85
4
- data.tar.gz: b2df1223a976fa75da5d2bc80464e11b55b5f3c2
3
+ metadata.gz: f136376563182e0e737a26b79a7a29b9f57e015c
4
+ data.tar.gz: 9189cde145a7bd79a64e687cd2be34355cc21e63
5
5
  SHA512:
6
- metadata.gz: 69ce8c0a6a57fd093c7e97e493f5659f5ccb0767b552e97c39f1568344259bc4d325b4192b1945ece826b9c2bb5bcd9e958f3a254b2b8d23f836df68836cee55
7
- data.tar.gz: d413d13b52031e603f3228cc29374ad6422523545bbc49609b4c3cadb3e430edb1a89b576321ebcf908acb03f5a4eab5fa14dfd46e8e8fc55a0ca5427e749b53
6
+ metadata.gz: 93066563b71a9d59e1faca6ffc9baa54601c104f4547379fc3d8ffd9231697d96546bf962ef4cdbeb9d2ce30c3740018fd599c234f7566d3b07583759b959700
7
+ data.tar.gz: 140bae373e2b52b513b192194d8bfd02a3908d92f4ce04390bacb48803d5c9cf52828b931fbb601e42184e032f3841c1bf001adff3c49d9c264500b6b8d8203c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.354
1
+ 1.0.357
@@ -70,7 +70,7 @@ module TencentCloud
70
70
  # @type DataId: String
71
71
  # @param FileContent: 该字段表示待检测图片文件内容的Base64编码,图片**大小不超过5MB**,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。
72
72
  # @type FileContent: String
73
- # @param FileUrl: 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时。<br>备注:**该字段与FileContent必须选择输入其中一个**。
73
+ # @param FileUrl: 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。
74
74
  # @type FileUrl: String
75
75
  # @param Interval: **GIF/长图检测专用**,用于表示GIF截帧频率(每隔多少张图片抽取一帧进行检测),长图则按照长边:短边取整计算要切割的总图数;默认值为0,此时只会检测GIF的第一帧或对长图不进行切分处理。<br>备注:Interval与MaxFrames参数需要组合使用。例如,Interval=3, MaxFrames=400,则代表在检测GIF/长图时,将每间隔2帧检测一次且最多检测400帧。
76
76
  # @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: 1.0.354
4
+ version: 1.0.357
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-07-12 00:00:00.000000000 Z
11
+ date: 2022-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common