Class: TencentCloud::Tci::V20190318::StatInfo

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

Overview

单词出现的次数信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, value = nil) ⇒ StatInfo

Returns a new instance of StatInfo.



3070
3071
3072
3073
# File 'lib/v20190318/models.rb', line 3070

def initialize(keyword=nil, value=nil)
  @Keyword = keyword
  @Value = value
end

Instance Attribute Details

#KeywordObject

Parameters:

  • Keyword:

    词汇库中的单词

  • Value:

    单词出现在该音频中总次数



3068
3069
3070
# File 'lib/v20190318/models.rb', line 3068

def Keyword
  @Keyword
end

#ValueObject

Parameters:

  • Keyword:

    词汇库中的单词

  • Value:

    单词出现在该音频中总次数



3068
3069
3070
# File 'lib/v20190318/models.rb', line 3068

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



3075
3076
3077
3078
# File 'lib/v20190318/models.rb', line 3075

def deserialize(params)
  @Keyword = params['Keyword']
  @Value = params['Value']
end