tencentcloud-sdk-ims 3.0.1090 → 3.0.1094

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: 6d6de8aedc368b94fe84e925a721d591b72c4931
4
- data.tar.gz: 58f153c39d625666e792b479f5072bf80a574d87
3
+ metadata.gz: 26722051362c6e5432bfe5da8fedd7acc32eed85
4
+ data.tar.gz: 119441d8f474f80fdc45ad1e0a5f648bf9ea8719
5
5
  SHA512:
6
- metadata.gz: 82fbfbd1d6eb71c3b4729c04baaf66703a316e4439758664d605de337eadd125c7e87829f51ee478e73bf2122398c30d2b9e1c07bfb7a5ce1859848dfcc669bf
7
- data.tar.gz: c4f0b2471f2d6e59d3d937256e32eede33c970aa7c5ff17eefbdb9ada5163722c2e25dc95c9847efadef51128e817ab653c6669bcc22352f87373e5d0b8ee7b1
6
+ metadata.gz: afa10d0369f4cc35ce4d52198b658fb30eb7eacbc95462c479c0e425fcd4b636a102921873e9a4c6010e0b3fe16c47800ce747e3dde2df3fd8e9614c8b0a837c
7
+ data.tar.gz: 85e3a538d6f14805ab53f6ef4402dcafdd0f6eb8e7eeb819e68d1b1a8180a59e643fd41cbcc0a4cbf038a3344aca1a527570f8c409dbc1d5798839d86534012b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -376,14 +376,12 @@ module TencentCloud
376
376
  # @param LibId: 该字段用于返回自定义库的ID,以方便自定义库管理和配置。
377
377
  # @type LibId: String
378
378
  # @param LibName: 该字段用于返回自定义库的名称,以方便自定义库管理和配置。
379
- # 注意:此字段可能返回 null,表示取不到有效值。
380
379
  # @type LibName: String
381
380
  # @param ImageId: 该字段用于返回识别图像对象的ID以方便文件管理。
382
381
  # @type ImageId: String
383
382
  # @param Label: 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;以及其他令人反感、不安全或不适宜的内容类型。
384
383
  # @type Label: String
385
384
  # @param Tag: 该字段用于返回其他自定义标签以满足您的定制化场景需求,若无需求则可略过。
386
- # 注意:此字段可能返回 null,表示取不到有效值。
387
385
  # @type Tag: String
388
386
  # @param Score: 该字段用于返回对应模型命中的分值,取值为**0-100**,如:*Porn 99* 则代表相应识别内容命中色情标签的分值为99。
389
387
  # @type Score: 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.1090
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-27 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common