tencentcloud-sdk-mrs 3.0.940 → 3.0.941

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200910/models.rb +12 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cf65102e27b95576be3e68094dd011d2cb4af79
4
- data.tar.gz: efd64b4ef70c8c30d05b733fb2f2f3d4072171df
3
+ metadata.gz: b9f277b77bfc94428cf8ab013c56c04f2602be3f
4
+ data.tar.gz: b8de3a5013beb848f68201f0aa25da6f31469463
5
5
  SHA512:
6
- metadata.gz: 703d0dec18782e7ac95633ada7d34f4fb6ebf64182fbccb69f42aca483243ff4183a3de8f01d0dd84e6720a910cedf3e68e7aad986722022f0ec4a0d681ad212
7
- data.tar.gz: 3c0e4f3519a1cc4c23f67fcfc5acb3faf36befe25cb71e2fac59d24f426a948c0b609f1d2940031115bc3e4f24d15697184d2df8963479b7e04ef3f9a7bc4169
6
+ metadata.gz: ae942f1f9fafb5fb2cf8c6d424e9015f89e7ca36b30d64dcccb9504c9d81beb277f6b0e91e93e5f3a80b598b4c6799ebd039051ab2d64d1da64eee71b3d68f63
7
+ data.tar.gz: 469d8502ee4278b5d8c46dd53c3d8cd3f2595386beff3fb4b77525a27b4f911291db870d959ba3ee7c26a0ee16ad727b8a889f9ec78cb4aedbe6253859b90b0c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.940
1
+ 3.0.941
@@ -5400,12 +5400,15 @@ module TencentCloud
5400
5400
  # @type Image: :class:`Tencentcloud::Mrs.v20200910.models.ImageInfo`
5401
5401
  # @param MaskFlag: 图片脱敏选项, 不传默认都脱敏
5402
5402
  # @type MaskFlag: :class:`Tencentcloud::Mrs.v20200910.models.ImageMaskFlags`
5403
+ # @param AutoFixImageDirection: 是否自动矫正图片方向
5404
+ # @type AutoFixImageDirection: Boolean
5403
5405
 
5404
- attr_accessor :Image, :MaskFlag
5406
+ attr_accessor :Image, :MaskFlag, :AutoFixImageDirection
5405
5407
 
5406
- def initialize(image=nil, maskflag=nil)
5408
+ def initialize(image=nil, maskflag=nil, autofiximagedirection=nil)
5407
5409
  @Image = image
5408
5410
  @MaskFlag = maskflag
5411
+ @AutoFixImageDirection = autofiximagedirection
5409
5412
  end
5410
5413
 
5411
5414
  def deserialize(params)
@@ -5417,6 +5420,7 @@ module TencentCloud
5417
5420
  @MaskFlag = ImageMaskFlags.new
5418
5421
  @MaskFlag.deserialize(params['MaskFlag'])
5419
5422
  end
5423
+ @AutoFixImageDirection = params['AutoFixImageDirection']
5420
5424
  end
5421
5425
  end
5422
5426
 
@@ -5475,12 +5479,15 @@ module TencentCloud
5475
5479
  # @type Image: :class:`Tencentcloud::Mrs.v20200910.models.ImageInfo`
5476
5480
  # @param MaskFlag: 图片脱敏选项, 不传默认都脱敏
5477
5481
  # @type MaskFlag: :class:`Tencentcloud::Mrs.v20200910.models.ImageMaskFlags`
5482
+ # @param AutoFixImageDirection: 是否自动矫正图片方向
5483
+ # @type AutoFixImageDirection: Boolean
5478
5484
 
5479
- attr_accessor :Image, :MaskFlag
5485
+ attr_accessor :Image, :MaskFlag, :AutoFixImageDirection
5480
5486
 
5481
- def initialize(image=nil, maskflag=nil)
5487
+ def initialize(image=nil, maskflag=nil, autofiximagedirection=nil)
5482
5488
  @Image = image
5483
5489
  @MaskFlag = maskflag
5490
+ @AutoFixImageDirection = autofiximagedirection
5484
5491
  end
5485
5492
 
5486
5493
  def deserialize(params)
@@ -5492,6 +5499,7 @@ module TencentCloud
5492
5499
  @MaskFlag = ImageMaskFlags.new
5493
5500
  @MaskFlag.deserialize(params['MaskFlag'])
5494
5501
  end
5502
+ @AutoFixImageDirection = params['AutoFixImageDirection']
5495
5503
  end
5496
5504
  end
5497
5505
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.940
4
+ version: 3.0.941
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud