Class: TencentCloud::Yinsuda::V20220527::SetAudioParamCommandInput

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220527/models.rb

Overview

音频参数信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil) ⇒ SetAudioParamCommandInput

Returns a new instance of SetAudioParamCommandInput.



1886
1887
1888
# File 'lib/v20220527/models.rb', line 1886

def initialize(type=nil)
  @Type = type
end

Instance Attribute Details

#TypeObject

  • Original:原唱
  • Accompaniment:伴奏
  • 注意:此字段可能返回 null,表示取不到有效值。

    Parameters:

    • 音频类型,取值有:

    
    
    1884
    1885
    1886
    # File 'lib/v20220527/models.rb', line 1884
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    1890
    1891
    1892
    # File 'lib/v20220527/models.rb', line 1890
    
    def deserialize(params)
      @Type = params['Type']
    end