tencentcloud-sdk-vod 3.0.557 → 3.0.558

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180717/models.rb +21 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bf5a258667d0e11abf8c988335df6daa54fbc93
4
- data.tar.gz: 17972af5b26501274f1388466e5dac118f3df0c4
3
+ metadata.gz: 4aeaa0e22666cc76ee7f655aa1880d7448bb3639
4
+ data.tar.gz: d78d1def4c2edb533f2879ad6eb4f2070c1db320
5
5
  SHA512:
6
- metadata.gz: 80343d9f2794148c7abde714783e8577a3100fd9e8f3d5322502e8f07d3b4eb7fc291fb364aafaa3d9ba3f1eb352cc6ff64d99db9396a37b1749c2ce53405b5e
7
- data.tar.gz: d4f50c553e1753a3d5daab42940ecf97f1b0d742ad34b1690df9357f4d598cafc7b35a6f8d7e441363c208ab72c9b9696bae0348d4f69de8b9187d80e5475f0b
6
+ metadata.gz: 8f2b8b633c498e8589c8c1a4800b0c1590acb018ff52057c94668eb57e0bbefdeaf4113bb7fd31fd1d63539c58bc70e31c980f201869aa2565f841a5a4ff8cb9
7
+ data.tar.gz: 71f466298470a1c433e672f1f2cb3c7e18798e3637633129e2acb41c7712d4c62104fb03ecb722e95997586fdffd5985abf3af211a012d363e75a4193335e230
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.557
1
+ 3.0.558
@@ -3894,19 +3894,28 @@ module TencentCloud
3894
3894
  # <li>srt:生成 SRT 字幕文件。</li>
3895
3895
  # <font color='red'>注意:此字段已废弃,建议使用 SubtitleFormats。</font>
3896
3896
  # @type SubtitleFormat: String
3897
+ # @param SrcLanguage: 媒体源语言,取值范围:
3898
+ # <li>zh:中文普通话;</li>
3899
+ # <li>en:英语;</li>
3900
+ # <li>ja:日语;</li>
3901
+ # <li>zh-ca:粤语。</li>
3902
+ # <font color=red>注意:</font> 填空字符串,或者不填该参数,则自动识别(效果较难保证,推荐填写原始媒体对应的语言,以提高识别的准确率)。
3903
+ # @type SrcLanguage: String
3897
3904
 
3898
- attr_accessor :Switch, :SubtitleFormats, :SubtitleFormat
3905
+ attr_accessor :Switch, :SubtitleFormats, :SubtitleFormat, :SrcLanguage
3899
3906
 
3900
- def initialize(switch=nil, subtitleformats=nil, subtitleformat=nil)
3907
+ def initialize(switch=nil, subtitleformats=nil, subtitleformat=nil, srclanguage=nil)
3901
3908
  @Switch = switch
3902
3909
  @SubtitleFormats = subtitleformats
3903
3910
  @SubtitleFormat = subtitleformat
3911
+ @SrcLanguage = srclanguage
3904
3912
  end
3905
3913
 
3906
3914
  def deserialize(params)
3907
3915
  @Switch = params['Switch']
3908
3916
  @SubtitleFormats = params['SubtitleFormats']
3909
3917
  @SubtitleFormat = params['SubtitleFormat']
3918
+ @SrcLanguage = params['SrcLanguage']
3910
3919
  end
3911
3920
  end
3912
3921
 
@@ -3923,13 +3932,20 @@ module TencentCloud
3923
3932
  # <li>srt:生成 SRT 字幕文件。</li>
3924
3933
  # <font color='red'>注意:此字段已废弃,建议使用 SubtitleFormatsOperation。</font>
3925
3934
  # @type SubtitleFormat: String
3935
+ # @param SrcLanguage: 媒体源语言,取值范围:
3936
+ # <li>zh:中文普通话;</li>
3937
+ # <li>en:英语;</li>
3938
+ # <li>ja:日语;</li>
3939
+ # <li>zh-ca:粤语。</li>
3940
+ # @type SrcLanguage: String
3926
3941
 
3927
- attr_accessor :Switch, :SubtitleFormatsOperation, :SubtitleFormat
3942
+ attr_accessor :Switch, :SubtitleFormatsOperation, :SubtitleFormat, :SrcLanguage
3928
3943
 
3929
- def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil)
3944
+ def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil, srclanguage=nil)
3930
3945
  @Switch = switch
3931
3946
  @SubtitleFormatsOperation = subtitleformatsoperation
3932
3947
  @SubtitleFormat = subtitleformat
3948
+ @SrcLanguage = srclanguage
3933
3949
  end
3934
3950
 
3935
3951
  def deserialize(params)
@@ -3939,6 +3955,7 @@ module TencentCloud
3939
3955
  @SubtitleFormatsOperation.deserialize(params['SubtitleFormatsOperation'])
3940
3956
  end
3941
3957
  @SubtitleFormat = params['SubtitleFormat']
3958
+ @SrcLanguage = params['SrcLanguage']
3942
3959
  end
3943
3960
  end
3944
3961
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.557
4
+ version: 3.0.558
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-04-21 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common