tencentcloud-sdk-facefusion 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f58cf40b1cf1d78f4198f0177f07bf3b165f042
4
- data.tar.gz: 6f4e4ea78c168dfed23ec04dbcf4aafa9dfd9fc3
3
+ metadata.gz: 40c4aed7ea513b212f1b53a2ff65ed37247e2c84
4
+ data.tar.gz: c92ebf57af4ecefcb588e22c821b03c3ed84c512
5
5
  SHA512:
6
- metadata.gz: 55f25f48da4e9620d5b022d9a4529ee4290b32a2eade8fe4498be02b6d1c003e9168c38dc28ffaf549c1629d931edbd643826faa4343892e9b1ed29565709952
7
- data.tar.gz: 187e846ce5f1e33c71841c45cb53816e54348708830e4e3ddaca54f49cf749c94a327840ad79d95ab112ae341667da7ae37ce89816a83c4cc8fd099bc861d169
6
+ metadata.gz: 73e74ef7c6e0e61587084d2c6cdbfc49cccc1df6c9f0983ac8777febf2aeecb1df808b2c6426e3d2b54fa6b0e1cb032f8eb4c4d2fd75e5369b2e40f72b1ea691
7
+ data.tar.gz: da24bebce47c5144381f6980538d2f039656aa2c99a96fd463e755fc0d9330eaf317ffa81d82028ec6f878bfa84c842ced47205a6e03e1268a73672d263dcbf3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type Offset: Integer
30
30
 
31
31
  attr_accessor :ActivityId, :MaterialId, :Limit, :Offset
32
-
32
+
33
33
  def initialize(activityid=nil, materialid=nil, limit=nil, offset=nil)
34
34
  @ActivityId = activityid
35
35
  @MaterialId = materialid
@@ -55,7 +55,7 @@ module TencentCloud
55
55
  # @type RequestId: String
56
56
 
57
57
  attr_accessor :MaterialInfos, :Count, :RequestId
58
-
58
+
59
59
  def initialize(materialinfos=nil, count=nil, requestid=nil)
60
60
  @MaterialInfos = materialinfos
61
61
  @Count = count
@@ -92,7 +92,7 @@ module TencentCloud
92
92
  # @type Engine: String
93
93
 
94
94
  attr_accessor :ProjectId, :ModelId, :MergeInfos, :RspImgType, :CelebrityIdentify, :Engine
95
-
95
+
96
96
  def initialize(projectid=nil, modelid=nil, mergeinfos=nil, rspimgtype=nil, celebrityidentify=nil, engine=nil)
97
97
  @ProjectId = projectid
98
98
  @ModelId = modelid
@@ -130,7 +130,7 @@ module TencentCloud
130
130
  # @type RequestId: String
131
131
 
132
132
  attr_accessor :Image, :ReviewResultSet, :RequestId
133
-
133
+
134
134
  def initialize(image=nil, reviewresultset=nil, requestid=nil)
135
135
  @Image = image
136
136
  @ReviewResultSet = reviewresultset
@@ -170,7 +170,7 @@ module TencentCloud
170
170
  # @type Url: String
171
171
 
172
172
  attr_accessor :ProjectId, :ModelId, :RspImgType, :Image, :PornDetect, :CelebrityIdentify, :Url
173
-
173
+
174
174
  def initialize(projectid=nil, modelid=nil, rspimgtype=nil, image=nil, porndetect=nil, celebrityidentify=nil, url=nil)
175
175
  @ProjectId = projectid
176
176
  @ModelId = modelid
@@ -202,7 +202,7 @@ module TencentCloud
202
202
  # @type RequestId: String
203
203
 
204
204
  attr_accessor :Image, :ReviewResultSet, :RequestId
205
-
205
+
206
206
  def initialize(image=nil, reviewresultset=nil, requestid=nil)
207
207
  @Image = image
208
208
  @ReviewResultSet = reviewresultset
@@ -235,7 +235,7 @@ module TencentCloud
235
235
  # @type Height: Integer
236
236
 
237
237
  attr_accessor :X, :Y, :Width, :Height
238
-
238
+
239
239
  def initialize(x=nil, y=nil, width=nil, height=nil)
240
240
  @X = x
241
241
  @Y = y
@@ -263,7 +263,7 @@ module TencentCloud
263
263
  # @type Height: Integer
264
264
 
265
265
  attr_accessor :X, :Y, :Width, :Height
266
-
266
+
267
267
  def initialize(x=nil, y=nil, width=nil, height=nil)
268
268
  @X = x
269
269
  @Y = y
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type CelebrityIdentify: Integer
301
301
 
302
302
  attr_accessor :ProjectId, :ModelId, :RspImgType, :MergeInfos, :FuseProfileDegree, :FuseFaceDegree, :CelebrityIdentify
303
-
303
+
304
304
  def initialize(projectid=nil, modelid=nil, rspimgtype=nil, mergeinfos=nil, fuseprofiledegree=nil, fusefacedegree=nil, celebrityidentify=nil)
305
305
  @ProjectId = projectid
306
306
  @ModelId = modelid
@@ -340,7 +340,7 @@ module TencentCloud
340
340
  # @type RequestId: String
341
341
 
342
342
  attr_accessor :FusedImage, :ReviewResultSet, :RequestId
343
-
343
+
344
344
  def initialize(fusedimage=nil, reviewresultset=nil, requestid=nil)
345
345
  @FusedImage = fusedimage
346
346
  @ReviewResultSet = reviewresultset
@@ -379,7 +379,7 @@ module TencentCloud
379
379
  # @type Suggestion: String
380
380
 
381
381
  attr_accessor :Field, :Label, :Confidence, :Suggestion
382
-
382
+
383
383
  def initialize(field=nil, label=nil, confidence=nil, suggestion=nil)
384
384
  @Field = field
385
385
  @Label = label
@@ -411,7 +411,7 @@ module TencentCloud
411
411
  # @type DetailSet: Array
412
412
 
413
413
  attr_accessor :Category, :Code, :CodeDescription, :Confidence, :Suggestion, :DetailSet
414
-
414
+
415
415
  def initialize(category=nil, code=nil, codedescription=nil, confidence=nil, suggestion=nil, detailset=nil)
416
416
  @Category = category
417
417
  @Code = code
@@ -446,7 +446,7 @@ module TencentCloud
446
446
  # @type FaceInfo: :class:`Tencentcloud::Facefusion.v20181201.models.FaceInfo`
447
447
 
448
448
  attr_accessor :FaceId, :FaceInfo
449
-
449
+
450
450
  def initialize(faceid=nil, faceinfo=nil)
451
451
  @FaceId = faceid
452
452
  @FaceInfo = faceinfo
@@ -473,7 +473,7 @@ module TencentCloud
473
473
  # @type TemplateFaceID: String
474
474
 
475
475
  attr_accessor :Image, :Url, :InputImageFaceRect, :TemplateFaceID
476
-
476
+
477
477
  def initialize(image=nil, url=nil, inputimagefacerect=nil, templatefaceid=nil)
478
478
  @Image = image
479
479
  @Url = url
@@ -516,7 +516,7 @@ module TencentCloud
516
516
  # @type MaterialFaceList: Array
517
517
 
518
518
  attr_accessor :MaterialId, :MaterialStatus, :BlendParamPtu, :PositionParamPtu, :BlendParamYoutu, :PositionParamYoutu, :Url, :CreateTime, :UpdateTime, :MaterialFaceList
519
-
519
+
520
520
  def initialize(materialid=nil, materialstatus=nil, blendparamptu=nil, positionparamptu=nil, blendparamyoutu=nil, positionparamyoutu=nil, url=nil, createtime=nil, updatetime=nil, materialfacelist=nil)
521
521
  @MaterialId = materialid
522
522
  @MaterialStatus = materialstatus
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type Offset: Integer
30
30
 
31
31
  attr_accessor :ActivityId, :MaterialId, :Limit, :Offset
32
-
32
+
33
33
  def initialize(activityid=nil, materialid=nil, limit=nil, offset=nil)
34
34
  @ActivityId = activityid
35
35
  @MaterialId = materialid
@@ -55,7 +55,7 @@ module TencentCloud
55
55
  # @type RequestId: String
56
56
 
57
57
  attr_accessor :MaterialInfos, :Count, :RequestId
58
-
58
+
59
59
  def initialize(materialinfos=nil, count=nil, requestid=nil)
60
60
  @MaterialInfos = materialinfos
61
61
  @Count = count
@@ -88,7 +88,7 @@ module TencentCloud
88
88
  # @type Height: Integer
89
89
 
90
90
  attr_accessor :X, :Y, :Width, :Height
91
-
91
+
92
92
  def initialize(x=nil, y=nil, width=nil, height=nil)
93
93
  @X = x
94
94
  @Y = y
@@ -116,7 +116,7 @@ module TencentCloud
116
116
  # @type Height: Integer
117
117
 
118
118
  attr_accessor :X, :Y, :Width, :Height
119
-
119
+
120
120
  def initialize(x=nil, y=nil, width=nil, height=nil)
121
121
  @X = x
122
122
  @Y = y
@@ -159,7 +159,7 @@ module TencentCloud
159
159
  # @type LogoParam: :class:`Tencentcloud::Facefusion.v20220927.models.LogoParam`
160
160
 
161
161
  attr_accessor :ProjectId, :ModelId, :RspImgType, :MergeInfos, :FuseProfileDegree, :FuseFaceDegree, :LogoAdd, :LogoParam
162
-
162
+
163
163
  def initialize(projectid=nil, modelid=nil, rspimgtype=nil, mergeinfos=nil, fuseprofiledegree=nil, fusefacedegree=nil, logoadd=nil, logoparam=nil)
164
164
  @ProjectId = projectid
165
165
  @ModelId = modelid
@@ -201,7 +201,7 @@ module TencentCloud
201
201
  # @type RequestId: String
202
202
 
203
203
  attr_accessor :FusedImage, :RequestId
204
-
204
+
205
205
  def initialize(fusedimage=nil, requestid=nil)
206
206
  @FusedImage = fusedimage
207
207
  @RequestId = requestid
@@ -223,7 +223,7 @@ module TencentCloud
223
223
  # @type LogoImage: String
224
224
 
225
225
  attr_accessor :LogoRect, :LogoUrl, :LogoImage
226
-
226
+
227
227
  def initialize(logorect=nil, logourl=nil, logoimage=nil)
228
228
  @LogoRect = logorect
229
229
  @LogoUrl = logourl
@@ -248,7 +248,7 @@ module TencentCloud
248
248
  # @type FaceInfo: :class:`Tencentcloud::Facefusion.v20220927.models.FaceInfo`
249
249
 
250
250
  attr_accessor :FaceId, :FaceInfo
251
-
251
+
252
252
  def initialize(faceid=nil, faceinfo=nil)
253
253
  @FaceId = faceid
254
254
  @FaceInfo = faceinfo
@@ -275,7 +275,7 @@ module TencentCloud
275
275
  # @type TemplateFaceID: String
276
276
 
277
277
  attr_accessor :Image, :Url, :InputImageFaceRect, :TemplateFaceID
278
-
278
+
279
279
  def initialize(image=nil, url=nil, inputimagefacerect=nil, templatefaceid=nil)
280
280
  @Image = image
281
281
  @Url = url
@@ -313,7 +313,7 @@ module TencentCloud
313
313
  # @type AuditResult: String
314
314
 
315
315
  attr_accessor :MaterialId, :MaterialStatus, :CreateTime, :UpdateTime, :MaterialFaceList, :MaterialName, :AuditResult
316
-
316
+
317
317
  def initialize(materialid=nil, materialstatus=nil, createtime=nil, updatetime=nil, materialfacelist=nil, materialname=nil, auditresult=nil)
318
318
  @MaterialId = materialid
319
319
  @MaterialStatus = materialstatus
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-facefusion
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common