tencentcloud-sdk-soe 3.0.1049 → 3.0.1051

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: d5542833a1e017c49b43fc575e419cce78e27cce
4
- data.tar.gz: 74dbc021e62cee9e8c8e694db9933a11959d2a0d
3
+ metadata.gz: 1d58e04f64fcdee4e381610a67f462cb0d82015c
4
+ data.tar.gz: 00d3f31e3a385b5fbf54095fbf3e6a0c54d1c93b
5
5
  SHA512:
6
- metadata.gz: 8b79278db7b04d428d2d92af7aa549db37bd68699859f0b71338462df0b181023d95f023d342ed0d16d8a4febdfdf84280dd3e2b1b81f7fcd686c0f3eb9d4922
7
- data.tar.gz: f76d5bfc353282c90421ce906d07a7c1aa363c005b4fb15d01c4383a7d37d977c92a6d1c4605fdbfec1d9670aa266c2c8cbc61e5b5d6f1c75b0ff93d70094230
6
+ metadata.gz: 3f9c35fd20e8cf73c876734a933d88ab28bac4b127a22ae812d1fabc62f308c62c71df93b37632eadf5b86c77b58eadb21f00c35cd283c291cf6ca0fcf783a64
7
+ data.tar.gz: 2d9d968943b8912a2c008678e444c28d5e3449595011a1dfcc65a43ae1a98f11012de05c2280faa7e1d07f47b9ff3ae20b35c46bdc5466178515d53d2a4282ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1049
1
+ 3.0.1051
@@ -455,7 +455,8 @@ module TencentCloud
455
455
  # 流式模式下需要将语音数据进行分片处理,参考:[分片大小设置](https://cloud.tencent.com/document/product/884/78985#.E5.88.86.E7.89.87.E5.A4.A7.E5.B0.8F.E8.AE.BE.E7.BD.AE.E4.B8.BA.E5.A4.9A.E5.A4.A7.E6.AF.94.E8.BE.83.E5.90.88.E9.80.82.3F)
456
456
  # 如何进行流式分片参考:[流式评测](https://cloud.tencent.com/document/product/884/78824#.E6.B5.81.E5.BC.8F.E8.AF.84.E6.B5.8B)
457
457
  # @type UserVoiceData: String
458
- # @param SessionId: 语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId。一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
458
+ # @param SessionId: 语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId
459
+ # 一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
459
460
  # @type SessionId: String
460
461
  # @param SoeAppId: 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。使用指南:[业务应用](https://cloud.tencent.com/document/product/884/78824#.E4.B8.9A.E5.8A.A1.E5.BA.94.E7.94.A8)
461
462
  # @type SoeAppId: String
@@ -656,8 +657,8 @@ module TencentCloud
656
657
 
657
658
  attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword, :COSBucketURL
658
659
  extend Gem::Deprecate
659
- deprecate :StorageMode, :none, 2024, 11
660
- deprecate :StorageMode=, :none, 2024, 11
660
+ deprecate :StorageMode, :none, 2025, 4
661
+ deprecate :StorageMode=, :none, 2025, 4
661
662
 
662
663
  def initialize(seqid=nil, isend=nil, voicefiletype=nil, voiceencodetype=nil, uservoicedata=nil, sessionid=nil, reftext=nil, workmode=nil, evalmode=nil, scorecoeff=nil, soeappid=nil, storagemode=nil, sentenceinfoenabled=nil, servertype=nil, isasync=nil, isquery=nil, textmode=nil, keyword=nil, cosbucketurl=nil)
663
664
  @SeqId = seqid
@@ -738,8 +739,8 @@ module TencentCloud
738
739
 
739
740
  attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
740
741
  extend Gem::Deprecate
741
- deprecate :AudioUrl, :none, 2024, 11
742
- deprecate :AudioUrl=, :none, 2024, 11
742
+ deprecate :AudioUrl, :none, 2025, 4
743
+ deprecate :AudioUrl=, :none, 2025, 4
743
744
 
744
745
  def initialize(pronaccuracy=nil, pronfluency=nil, proncompletion=nil, words=nil, sessionid=nil, audiourl=nil, sentenceinfoset=nil, status=nil, suggestedscore=nil, reftextid=nil, keywordhits=nil, unkeywordhits=nil, requestid=nil)
745
746
  @PronAccuracy = pronaccuracy
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: 3.0.1049
4
+ version: 3.0.1051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-27 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common