Class: TencentCloud::Mps::V20190612::DescribeAsrHotwordsListRequest

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

Overview

DescribeAsrHotwordsList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hotwordsid = nil, name = nil, offset = nil, limit = nil, ordertype = nil, orderby = nil, types = nil) ⇒ DescribeAsrHotwordsListRequest

Returns a new instance of DescribeAsrHotwordsListRequest.



11900
11901
11902
11903
11904
11905
11906
11907
11908
# File 'lib/v20190612/models.rb', line 11900

def initialize(hotwordsid=nil, name=nil, offset=nil, limit=nil, ordertype=nil, orderby=nil, types=nil)
  @HotwordsId = hotwordsid
  @Name = name
  @Offset = offset
  @Limit = limit
  @OrderType = ordertype
  @OrderBy = orderby
  @Types = types
end

Instance Attribute Details

#HotwordsIdObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def HotwordsId
  @HotwordsId
end

#LimitObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def Limit
  @Limit
end

#NameObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def Name
  @Name
end

#OffsetObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def Offset
  @Offset
end

#OrderByObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def OrderBy
  @OrderBy
end

#OrderTypeObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def OrderType
  @OrderType
end

#TypesObject

  • CreateTime:创建时间排序
  • UpdateTime:更新时间排序
  • Name:热词库名称排序
  • WordCount:热词数量排序
  • HotwordsId:热词库 id 排序

Parameters:

  • Types:

    0 临时热词 1 文件热词



11898
11899
11900
# File 'lib/v20190612/models.rb', line 11898

def Types
  @Types
end

Instance Method Details

#deserialize(params) ⇒ Object



11910
11911
11912
11913
11914
11915
11916
11917
11918
# File 'lib/v20190612/models.rb', line 11910

def deserialize(params)
  @HotwordsId = params['HotwordsId']
  @Name = params['Name']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @OrderType = params['OrderType']
  @OrderBy = params['OrderBy']
  @Types = params['Types']
end