Class: TencentCloud::Asr::V20190614::VoicePrintCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::VoicePrintCountRequest
- Defined in:
- lib/v20190614/models.rb
Overview
VoicePrintCount请求参数结构体
Instance Attribute Summary collapse
-
#CountMod ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量.
-
#GroupId ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, countmod = nil) ⇒ VoicePrintCountRequest
constructor
A new instance of VoicePrintCountRequest.
Constructor Details
#initialize(groupid = nil, countmod = nil) ⇒ VoicePrintCountRequest
Returns a new instance of VoicePrintCountRequest.
2280 2281 2282 2283 |
# File 'lib/v20190614/models.rb', line 2280 def initialize(groupid=nil, countmod=nil) @GroupId = groupid @CountMod = countmod end |
Instance Attribute Details
#CountMod ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量
2278 2279 2280 |
# File 'lib/v20190614/models.rb', line 2278 def CountMod @CountMod end |
#GroupId ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量
2278 2279 2280 |
# File 'lib/v20190614/models.rb', line 2278 def GroupId @GroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2285 2286 2287 2288 |
# File 'lib/v20190614/models.rb', line 2285 def deserialize(params) @GroupId = params['GroupId'] @CountMod = params['CountMod'] end |