Class: TencentCloud::Mps::V20190612::DescribeAsrHotwordsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeAsrHotwordsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeAsrHotwords请求参数结构体
Instance Attribute Summary collapse
-
#HotwordsId ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
-
#Limit ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
-
#Name ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
-
#Offset ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
-
#OrderBy ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
-
#OrderType ⇒ Object
- Default:默认文件中的顺序 - Weight:权重排序 - Lexical:热词文本排序.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hotwordsid = nil, name = nil, offset = nil, limit = nil, orderby = nil, ordertype = nil) ⇒ DescribeAsrHotwordsRequest
constructor
A new instance of DescribeAsrHotwordsRequest.
Constructor Details
#initialize(hotwordsid = nil, name = nil, offset = nil, limit = nil, orderby = nil, ordertype = nil) ⇒ DescribeAsrHotwordsRequest
Returns a new instance of DescribeAsrHotwordsRequest.
11983 11984 11985 11986 11987 11988 11989 11990 |
# File 'lib/v20190612/models.rb', line 11983 def initialize(hotwordsid=nil, name=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil) @HotwordsId = hotwordsid @Name = name @Offset = offset @Limit = limit @OrderBy = orderby @OrderType = ordertype end |
Instance Attribute Details
#HotwordsId ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def HotwordsId @HotwordsId end |
#Limit ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def Limit @Limit end |
#Name ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def Name @Name end |
#Offset ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def Offset @Offset end |
#OrderBy ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def OrderBy @OrderBy end |
#OrderType ⇒ Object
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
11981 11982 11983 |
# File 'lib/v20190612/models.rb', line 11981 def OrderType @OrderType end |
Instance Method Details
#deserialize(params) ⇒ Object
11992 11993 11994 11995 11996 11997 11998 11999 |
# File 'lib/v20190612/models.rb', line 11992 def deserialize(params) @HotwordsId = params['HotwordsId'] @Name = params['Name'] @Offset = params['Offset'] @Limit = params['Limit'] @OrderBy = params['OrderBy'] @OrderType = params['OrderType'] end |