Class: TencentCloud::Yinsuda::V20220527::KTVBPMInfo

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

Overview

节拍信息。

Instance Attribute Summary collapse

  • #Value ⇒ Object
  • Slow:慢;
  • Middle:中等;
  • Fast:快;
  • Unknown:未知。
  • .

    Instance Method Summary collapse

    Constructor Details

    #initialize(type = nil, value = nil) ⇒ KTVBPMInfo

    Returns a new instance of KTVBPMInfo.

    
    
    1119
    1120
    1121
    1122
    # File 'lib/v20220527/models.rb', line 1119
    
    def initialize(type=nil, value=nil)
      @Type = type
      @Value = value
    end
    

    Instance Attribute Details

    #TypeObject

  • Slow:慢;
  • Middle:中等;
  • Fast:快;
  • Unknown:未知。
  • Parameters:

    • Type:

      节拍类型,取值有:

    • Value:

      BPM 值。

    
    
    1117
    1118
    1119
    # File 'lib/v20220527/models.rb', line 1117
    
    def Type
      @Type
    end
    

    #ValueObject

  • Slow:慢;
  • Middle:中等;
  • Fast:快;
  • Unknown:未知。
  • Parameters:

    • Type:

      节拍类型,取值有:

    • Value:

      BPM 值。

    
    
    1117
    1118
    1119
    # File 'lib/v20220527/models.rb', line 1117
    
    def Value
      @Value
    end
    

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    1124
    1125
    1126
    1127
    # File 'lib/v20220527/models.rb', line 1124
    
    def deserialize(params)
      @Type = params['Type']
      @Value = params['Value']
    end