tencentcloud-sdk-tts 3.0.589 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190823/models.rb +9 -9
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 018fc5d0bd56179daaffa31dbd7a612a61347822
         | 
| 4 | 
            +
              data.tar.gz: 714574f3d6fda55d6dc11766c6b2a22d80ffd15d
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: af0826aeb16b68cd90c848b0646ff08f95c0db914a0f26ae360266e8f4922af76653295f34fee16e7d0e83acb6cacb7214a0f286bc9581bd800db768cc59eaf6
         | 
| 7 | 
            +
              data.tar.gz: d9ce681761bf521838665a403e3346c9374ed4eb1147546c56334089b5418462ad9c68347e82d6b474af77443f6ae4a2df1568a65ec0994f59c12d3a00efd41a
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.591
         | 
    
        data/lib/v20190823/models.rb
    CHANGED
    
    | @@ -43,7 +43,7 @@ module TencentCloud | |
| 43 43 | 
             
                    # @type VoiceoverDialogueSplit: Boolean
         | 
| 44 44 |  | 
| 45 45 | 
             
                    attr_accessor :Text, :ModelType, :Volume, :Speed, :ProjectId, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :CallbackUrl, :VoiceoverDialogueSplit
         | 
| 46 | 
            -
             | 
| 46 | 
            +
             | 
| 47 47 | 
             
                    def initialize(text=nil, modeltype=nil, volume=nil, speed=nil, projectid=nil, voicetype=nil, primarylanguage=nil, samplerate=nil, codec=nil, callbackurl=nil, voiceoverdialoguesplit=nil)
         | 
| 48 48 | 
             
                      @Text = text
         | 
| 49 49 | 
             
                      @ModelType = modeltype
         | 
| @@ -79,7 +79,7 @@ module TencentCloud | |
| 79 79 | 
             
                    # @type TaskId: String
         | 
| 80 80 |  | 
| 81 81 | 
             
                    attr_accessor :TaskId
         | 
| 82 | 
            -
             | 
| 82 | 
            +
             | 
| 83 83 | 
             
                    def initialize(taskid=nil)
         | 
| 84 84 | 
             
                      @TaskId = taskid
         | 
| 85 85 | 
             
                    end
         | 
| @@ -97,7 +97,7 @@ module TencentCloud | |
| 97 97 | 
             
                    # @type RequestId: String
         | 
| 98 98 |  | 
| 99 99 | 
             
                    attr_accessor :Data, :RequestId
         | 
| 100 | 
            -
             | 
| 100 | 
            +
             | 
| 101 101 | 
             
                    def initialize(data=nil, requestid=nil)
         | 
| 102 102 | 
             
                      @Data = data
         | 
| 103 103 | 
             
                      @RequestId = requestid
         | 
| @@ -118,7 +118,7 @@ module TencentCloud | |
| 118 118 | 
             
                    # @type TaskId: String
         | 
| 119 119 |  | 
| 120 120 | 
             
                    attr_accessor :TaskId
         | 
| 121 | 
            -
             | 
| 121 | 
            +
             | 
| 122 122 | 
             
                    def initialize(taskid=nil)
         | 
| 123 123 | 
             
                      @TaskId = taskid
         | 
| 124 124 | 
             
                    end
         | 
| @@ -142,7 +142,7 @@ module TencentCloud | |
| 142 142 | 
             
                    # @type ErrorMsg: String
         | 
| 143 143 |  | 
| 144 144 | 
             
                    attr_accessor :TaskId, :Status, :StatusStr, :ResultUrl, :ErrorMsg
         | 
| 145 | 
            -
             | 
| 145 | 
            +
             | 
| 146 146 | 
             
                    def initialize(taskid=nil, status=nil, statusstr=nil, resulturl=nil, errormsg=nil)
         | 
| 147 147 | 
             
                      @TaskId = taskid
         | 
| 148 148 | 
             
                      @Status = status
         | 
| @@ -168,7 +168,7 @@ module TencentCloud | |
| 168 168 | 
             
                    # @type RequestId: String
         | 
| 169 169 |  | 
| 170 170 | 
             
                    attr_accessor :Data, :RequestId
         | 
| 171 | 
            -
             | 
| 171 | 
            +
             | 
| 172 172 | 
             
                    def initialize(data=nil, requestid=nil)
         | 
| 173 173 | 
             
                      @Data = data
         | 
| 174 174 | 
             
                      @RequestId = requestid
         | 
| @@ -200,7 +200,7 @@ module TencentCloud | |
| 200 200 | 
             
                    # @type Phoneme: String
         | 
| 201 201 |  | 
| 202 202 | 
             
                    attr_accessor :Text, :BeginTime, :EndTime, :BeginIndex, :EndIndex, :Phoneme
         | 
| 203 | 
            -
             | 
| 203 | 
            +
             | 
| 204 204 | 
             
                    def initialize(text=nil, begintime=nil, endtime=nil, beginindex=nil, endindex=nil, phoneme=nil)
         | 
| 205 205 | 
             
                      @Text = text
         | 
| 206 206 | 
             
                      @BeginTime = begintime
         | 
| @@ -253,7 +253,7 @@ module TencentCloud | |
| 253 253 | 
             
                    # @type EmotionIntensity: Integer
         | 
| 254 254 |  | 
| 255 255 | 
             
                    attr_accessor :Text, :SessionId, :Volume, :Speed, :ProjectId, :ModelType, :VoiceType, :PrimaryLanguage, :SampleRate, :Codec, :EnableSubtitle, :SegmentRate, :EmotionCategory, :EmotionIntensity
         | 
| 256 | 
            -
             | 
| 256 | 
            +
             | 
| 257 257 | 
             
                    def initialize(text=nil, sessionid=nil, volume=nil, speed=nil, projectid=nil, modeltype=nil, voicetype=nil, primarylanguage=nil, samplerate=nil, codec=nil, enablesubtitle=nil, segmentrate=nil, emotioncategory=nil, emotionintensity=nil)
         | 
| 258 258 | 
             
                      @Text = text
         | 
| 259 259 | 
             
                      @SessionId = sessionid
         | 
| @@ -301,7 +301,7 @@ module TencentCloud | |
| 301 301 | 
             
                    # @type RequestId: String
         | 
| 302 302 |  | 
| 303 303 | 
             
                    attr_accessor :Audio, :SessionId, :Subtitles, :RequestId
         | 
| 304 | 
            -
             | 
| 304 | 
            +
             | 
| 305 305 | 
             
                    def initialize(audio=nil, sessionid=nil, subtitles=nil, requestid=nil)
         | 
| 306 306 | 
             
                      @Audio = audio
         | 
| 307 307 | 
             
                      @SessionId = sessionid
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-tts
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.591
         | 
| 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-06- | 
| 11 | 
            +
            date: 2023-06-13 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |