tencentcloud-sdk-soe 1.0.247 → 1.0.248

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/v20180724/models.rb +4 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: caa61e3b684b51b27cf9e97a4de1a14bffd264db
4
- data.tar.gz: e477b546130f43ed85d5cf9dc44df2e340516272
3
+ metadata.gz: 8ee042e9f98e2a4200175432c0b241ed938bdc00
4
+ data.tar.gz: cee7ee9058cbba94071bc5e348ffdb93cad421d0
5
5
  SHA512:
6
- metadata.gz: eb6e5ee47314b629b947e8195166716357e8296b2eebd12feb08893c0d87e0b1c640d5c335b84a168012ce2e60f55e7f27daa90115b4ebfbecba8c974981b82e
7
- data.tar.gz: 572d93c4fbbf7a3c884c00226b10153f5ffc8f4c9db2753aac35b3f13624187a4c9c617583f240d3e863c003b568ebc105bebae29ca5d695c71bfd13eedc1ec9
6
+ metadata.gz: 23add3bef5f3b73ddc95358e5963e0a60f78ce3f2c684aa359a3ca311516aa3e613da33a92f4789d9969bed4abb86d9b7e9c056664594468c4ac578cd4ca1f46
7
+ data.tar.gz: 1f292e3d61d5f60f1da172cbdfe20ed4afd66458d4facbe4d2766525ab3804c3126fa20455c8e42871495649efb1d38c09f52c1b54a9be01486e99a172a0f5a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.247
1
+ 1.0.248
@@ -51,12 +51,8 @@ module TencentCloud
51
51
  # @type SoeAppId: String
52
52
  # @param IsLongLifeSession: 长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度,且TransmitOralProcess必须同时为1才可生效。
53
53
  # @type IsLongLifeSession: Integer
54
- # @param StorageMode: 音频存储模式
55
- # 0:不存储
56
- # 1:存储到公共对象存储,不会产生费用,存储时间为一个月。输出结果为该会话最后一个分片TransmitOralProcess 返回结果 AudioUrl 字段;
57
- # 2:永久存储音频,需要提工单申请,会产生一定的存储费用;
58
- # 3:自定义存储,将音频存储到自定义的腾讯云[对象存储](https://cloud.tencent.com/product/cos)中。
59
- # 注:对可用性要求较高的用户建议自行存储至腾讯云COS。
54
+ # @param StorageMode: 音频存储模式,此参数已废弃,无需设置,设置与否都默认为0不存储;
55
+ # 注:有存储需求的用户建议自行存储至腾讯云COS[对象存储](https://cloud.tencent.com/product/cos)使用。
60
56
  # @type StorageMode: Integer
61
57
  # @param SentenceInfoEnabled: 输出断句中间结果标识
62
58
  # 0:不输出
@@ -563,12 +559,8 @@ module TencentCloud
563
559
  # @type ScoreCoeff: Float
564
560
  # @param SoeAppId: 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。
565
561
  # @type SoeAppId: String
566
- # @param StorageMode: 音频存储模式
567
- # 0:不存储
568
- # 1:存储到公共对象存储,不会产生费用,存储时间为一个月。输出结果为该会话最后一个分片TransmitOralProcess 返回结果 AudioUrl 字段;
569
- # 2:永久存储音频,需要提工单申请,会产生一定的存储费用;
570
- # 3:自定义存储,将音频存储到自定义的腾讯云[对象存储](https://cloud.tencent.com/product/cos)中。
571
- # 注:对可用性要求较高的用户建议自行存储至腾讯云COS。
562
+ # @param StorageMode: 音频存储模式,此参数已废弃,无需设置,设置与否都默认为0不存储;
563
+ # 注:有存储需求的用户建议自行存储至腾讯云COS[对象存储](https://cloud.tencent.com/product/cos)使用。
572
564
  # @type StorageMode: Integer
573
565
  # @param SentenceInfoEnabled: 输出断句中间结果标识
574
566
  # 0:不输出
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-soe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.247
4
+ version: 1.0.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-21 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common