tencentcloud-sdk-gme 3.0.493 → 3.0.495

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: b4072a83b7b42c54a3764d01be2b4a1e8b76fa7d
4
- data.tar.gz: 5c0ae1326b4b25a738b2eae461fa396f9810b319
3
+ metadata.gz: b6815a43b57712fe2d5cb69dba34a72aed22113f
4
+ data.tar.gz: 09aad1eaf569f63cfdc5a8c4abdfb1c4c5e17bc2
5
5
  SHA512:
6
- metadata.gz: 71041c77b47d3a584f196096b3826a477b1de9034eb6a7cc0ccac4c9b078673fc62131b4de058fbb325e58fd7778551b17546da8ff046875fe6ddba8eb8abf9c
7
- data.tar.gz: 686816778e7411f87676bee2956bcb184828fb3d445c4272f5d587d36e4c75140751607db1267f590262a9acd28ef4a89dd6cca866ffde88f64bb84f834c8fd5
6
+ metadata.gz: 9f7b9b1817aec2b5a4159ebd987b0edf84fed6ea6a8ae18f26ab5abdd553374aa938ff475f439a9b645f0b328e90efad160d32d26515248c7a7b7886e74e4a3e
7
+ data.tar.gz: 0429ef93c47264b72fdf54ca13c2aa1b78412604083ad64bb54749952cc86b72d93c5cf07f3fb389aecc1bc6e6e1c1a1c1556701f7844ee2fa8209db30fd7a9e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.493
1
+ 3.0.495
@@ -618,32 +618,32 @@ module TencentCloud
618
618
  # "HitFlag": true,
619
619
  # "MainType": "abuse",
620
620
  # "RoomId": "123",
621
- # "OpenId": "xxx",
621
+ # "OpenId": "111",
622
622
  # "Info":"",
623
623
  # "Offset": 0,
624
624
  # "Duration": 3400,
625
625
  # "PieceStartTime":1574684231,
626
626
  # "ScanDetail": [{
627
627
  # "EndTime": 1110,
628
- # "KeyWord": "xxx",
628
+ # "KeyWord": "违规字",
629
629
  # "Label": "abuse",
630
630
  # "Rate": "90.00",
631
631
  # "StartTime": 1110
632
632
  # }, {
633
633
  # "EndTime": 1380,
634
- # "KeyWord": "xxx",
634
+ # "KeyWord": "违规字",
635
635
  # "Label": "abuse",
636
636
  # "Rate": "90.00",
637
637
  # "StartTime": 930
638
638
  # }, {
639
639
  # "EndTime": 1560,
640
- # "KeyWord": "xxx",
640
+ # "KeyWord": "违规字",
641
641
  # "Label": "abuse",
642
642
  # "Rate": "90.00",
643
643
  # "StartTime": 930
644
644
  # }, {
645
645
  # "EndTime": 2820,
646
- # "KeyWord": "xxx",
646
+ # "KeyWord": "违规字",
647
647
  # "Label": "abuse",
648
648
  # "Rate": "90.00",
649
649
  # "StartTime": 2490
@@ -654,7 +654,7 @@ module TencentCloud
654
654
  # "default"
655
655
  # ],
656
656
  # "Status": "Success",
657
- # "TaskId": "xxx",
657
+ # "TaskId": "6330xxxx-9xx7-11ed-98e3-52xxxxe4ac3b",
658
658
  # "Url": "https://xxx/xxx.m4a"
659
659
  # }
660
660
  # </code></pre>
@@ -788,7 +788,7 @@ module TencentCloud
788
788
  class DescribeAgeDetectTaskRequest < TencentCloud::Common::AbstractModel
789
789
  # @param BizId: 应用id
790
790
  # @type BizId: Integer
791
- # @param TaskId: 创建年龄语音识别任务时返回的taskid
791
+ # @param TaskId: [创建年龄语音识别任务](https://cloud.tencent.com/document/product/607/60620)时返回的taskid
792
792
  # @type TaskId: String
793
793
 
794
794
  attr_accessor :BizId, :TaskId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.493
4
+ version: 3.0.495
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-13 00:00:00.000000000 Z
11
+ date: 2023-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common