tencentcloud-sdk-soe 3.0.1074 → 3.0.1169

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: 7f1189d97c4c9a6a8ce74125b31260be9685abd0
4
- data.tar.gz: b9152c7a6666bd1df6dabda6e466eae6698b5d38
3
+ metadata.gz: d7527e4bb4e9d33d926e4f4bc21aaf33919b3f31
4
+ data.tar.gz: c3df31f1a17357975c2ef69f823d540b0704ebf3
5
5
  SHA512:
6
- metadata.gz: d66f860a574cdc94875b206e3b7f4b25fd38259d740deb7fef9dd561ca738334bb9606d8364672cb55e9deb63684f6f4e41f05c0baeacc790331ded1290b9a2b
7
- data.tar.gz: bcbcb852d2d86297eccfb21edc12a8585fb0a1eb3fa8056c3284429eaa3c5affb97d7ec470e0357e1df847607d7b43991ff5eb76704188903b9c2363fb4e9034
6
+ metadata.gz: c684acd60f3215d8c83ab12646e178190d05fd6143f85595efadc7be26e9e64c7d3e9684e500c86d7ac3c76f7560fb2d5744eda06e10ce5d0d1150250ff7e21d
7
+ data.tar.gz: 381812b3f4f9a39ed5b8f220f772fee7e3147ae5f0ca516ced4e8849fd525a59b05d7c014ca431d04dee61690771b07b873f0151a28fd5240e5b0aece767c37c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1169
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -657,8 +657,8 @@ module TencentCloud
657
657
 
658
658
  attr_accessor :SeqId, :IsEnd, :VoiceFileType, :VoiceEncodeType, :UserVoiceData, :SessionId, :RefText, :WorkMode, :EvalMode, :ScoreCoeff, :SoeAppId, :StorageMode, :SentenceInfoEnabled, :ServerType, :IsAsync, :IsQuery, :TextMode, :Keyword, :COSBucketURL
659
659
  extend Gem::Deprecate
660
- deprecate :StorageMode, :none, 2025, 4
661
- deprecate :StorageMode=, :none, 2025, 4
660
+ deprecate :StorageMode, :none, 2025, 11
661
+ deprecate :StorageMode=, :none, 2025, 11
662
662
 
663
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)
664
664
  @SeqId = seqid
@@ -739,8 +739,8 @@ module TencentCloud
739
739
 
740
740
  attr_accessor :PronAccuracy, :PronFluency, :PronCompletion, :Words, :SessionId, :AudioUrl, :SentenceInfoSet, :Status, :SuggestedScore, :RefTextId, :KeyWordHits, :UnKeyWordHits, :RequestId
741
741
  extend Gem::Deprecate
742
- deprecate :AudioUrl, :none, 2025, 4
743
- deprecate :AudioUrl=, :none, 2025, 4
742
+ deprecate :AudioUrl, :none, 2025, 11
743
+ deprecate :AudioUrl=, :none, 2025, 11
744
744
 
745
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)
746
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.1074
4
+ version: 3.0.1169
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common