tencentcloud-sdk-ims 3.0.1074 → 3.0.1092
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201229/models.rb +1 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73875d121c7368be94d47e40a2363b263c13af75
|
4
|
+
data.tar.gz: 8cea5a5a40d6ca8fae75a1ddf1d900c4b8793358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87e15bb19a4ee4838f3a1e947fb2e3ebdb6ed5a2582f038e93faa769dba169262041bd808c70c8d17642e20c936532dd9677e6429f1a3da39c41a9dcfd7e3e2e
|
7
|
+
data.tar.gz: 3b3f12ea66ff0f2c45745b782ee0410ad797d3cc026ca98e5ce5699e7c97a8683b14cc1cc00cf70358303a0448b3050c9cfb0d43530658fcf5e9986f8320f98e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20201229/models.rb
CHANGED
@@ -305,13 +305,10 @@ module TencentCloud
|
|
305
305
|
# 用于返回分类模型命中子标签的详细结果
|
306
306
|
class LabelDetailItem < TencentCloud::Common::AbstractModel
|
307
307
|
# @param Id: 该字段用于返回识别对象的ID以方便识别和区分。
|
308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
308
|
# @type Id: Integer
|
310
|
-
# @param Name:
|
311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
|
+
# @param Name: 该字段用于返回时命中的子标签名称。
|
312
310
|
# @type Name: String
|
313
311
|
# @param Score: 该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。
|
314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
315
312
|
# @type Score: Integer
|
316
313
|
|
317
314
|
attr_accessor :Id, :Name, :Score
|
@@ -342,7 +339,6 @@ module TencentCloud
|
|
342
339
|
# @param Score: 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表图片越有可能属于当前返回的标签;如:*色情 99*,则表明该图片非常有可能属于色情内容;*色情 0*,则表明该图片不属于色情内容。
|
343
340
|
# @type Score: Integer
|
344
341
|
# @param Details: 该字段用于返回分类模型命中子标签的详细信息,如:序号、命中标签名称、分数等信息。
|
345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
346
342
|
# @type Details: Array
|
347
343
|
|
348
344
|
attr_accessor :Scene, :Suggestion, :Label, :SubLabel, :Score, :Details
|
@@ -380,14 +376,12 @@ module TencentCloud
|
|
380
376
|
# @param LibId: 该字段用于返回自定义库的ID,以方便自定义库管理和配置。
|
381
377
|
# @type LibId: String
|
382
378
|
# @param LibName: 该字段用于返回自定义库的名称,以方便自定义库管理和配置。
|
383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
384
379
|
# @type LibName: String
|
385
380
|
# @param ImageId: 该字段用于返回识别图像对象的ID以方便文件管理。
|
386
381
|
# @type ImageId: String
|
387
382
|
# @param Label: 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告;以及其他令人反感、不安全或不适宜的内容类型。
|
388
383
|
# @type Label: String
|
389
384
|
# @param Tag: 该字段用于返回其他自定义标签以满足您的定制化场景需求,若无需求则可略过。
|
390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
385
|
# @type Tag: String
|
392
386
|
# @param Score: 该字段用于返回对应模型命中的分值,取值为**0-100**,如:*Porn 99* 则代表相应识别内容命中色情标签的分值为99。
|
393
387
|
# @type Score: Integer
|
@@ -429,7 +423,6 @@ module TencentCloud
|
|
429
423
|
# @param Score: 该字段用于返回图片检索模型识别的分值,取值为**0-100**,表示该审核图片**与库中样本的相似分值**,得分越高,代表当前内容越有可能命中相似图库内的样本。
|
430
424
|
# @type Score: Integer
|
431
425
|
# @param Details: 该字段用于返回黑白库比对结果的详细信息,如:序号、库名称、恶意标签等信息;详细返回信息敬请参考对应数据结构([LibDetail](https://cloud.tencent.com/document/product/1125/53274#LibDetail))的描述文档
|
432
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
433
426
|
# @type Details: Array
|
434
427
|
|
435
428
|
attr_accessor :Scene, :Suggestion, :Label, :SubLabel, :Score, :Details
|
@@ -507,7 +500,6 @@ module TencentCloud
|
|
507
500
|
# @param SubLabel: 该参数用于返回命中的实体二级标签。
|
508
501
|
# @type SubLabel: String
|
509
502
|
# @param ObjectId: 该参数用于返回命中的人脸id
|
510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
503
|
# @type ObjectId: String
|
512
504
|
|
513
505
|
attr_accessor :Id, :Name, :Value, :Score, :Location, :SubLabel, :ObjectId
|
@@ -549,11 +541,9 @@ module TencentCloud
|
|
549
541
|
# @param Score: 该字段用于返回命中当前恶意标签下子标签的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。
|
550
542
|
# @type Score: Integer
|
551
543
|
# @param Names: 该标签用于返回所识别出的实体名称。
|
552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
553
544
|
# @type Names: Array
|
554
545
|
# @param Details: 该标签用于返回所识别出实体的详细信息,如:序号、命中标签名称、位置坐标等信息,详细返回内容敬请参考相应数据结构([ObjectDetail
|
555
546
|
# ](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail))。
|
556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
557
547
|
# @type Details: Array
|
558
548
|
|
559
549
|
attr_accessor :Scene, :Suggestion, :Label, :SubLabel, :Score, :Names, :Details
|
@@ -634,7 +624,6 @@ module TencentCloud
|
|
634
624
|
# @param Score: 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0*,则表明该文本不属于色情内容。
|
635
625
|
# @type Score: Integer
|
636
626
|
# @param Details: 该字段用于返回OCR识别出的结果的详细内容,如:文本内容、对应标签、识别框位置等信息。
|
637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
638
627
|
# @type Details: Array
|
639
628
|
# @param Text: 该字段用于返回OCR识别出的文字信息。
|
640
629
|
# @type Text: String
|
@@ -754,10 +743,8 @@ module TencentCloud
|
|
754
743
|
# 识别类型标签结果信息
|
755
744
|
class RecognitionResult < TencentCloud::Common::AbstractModel
|
756
745
|
# @param Label: 当前可能的取值:Scene(图片场景模型)
|
757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
758
746
|
# @type Label: String
|
759
747
|
# @param Tags: Label对应模型下的识别标签信息
|
760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
761
748
|
# @type Tags: Array
|
762
749
|
|
763
750
|
attr_accessor :Label, :Tags
|
@@ -783,13 +770,10 @@ module TencentCloud
|
|
783
770
|
# 识别类型标签信息
|
784
771
|
class RecognitionTag < TencentCloud::Common::AbstractModel
|
785
772
|
# @param Name: 标签名称
|
786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
787
773
|
# @type Name: String
|
788
774
|
# @param Score: 置信分:0~100,数值越大表示置信度越高
|
789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
790
775
|
# @type Score: Integer
|
791
776
|
# @param Location: 标签位置信息,若模型无位置信息,则可能为零值
|
792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
793
777
|
# @type Location: :class:`Tencentcloud::Ims.v20201229.models.Location`
|
794
778
|
|
795
779
|
attr_accessor :Name, :Score, :Location
|
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.
|
4
|
+
version: 3.0.1092
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|