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.
2337 2338 2339 2340 |
# File 'lib/v20190614/models.rb', line 2337 def initialize(groupid=nil, countmod=nil) @GroupId = groupid @CountMod = countmod end |
Instance Attribute Details
#CountMod ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量
2335 2336 2337 |
# File 'lib/v20190614/models.rb', line 2335 def CountMod @CountMod end |
#GroupId ⇒ Object
0: 统计所有声纹数量 1: 统计指定分组下的声纹数量
2335 2336 2337 |
# File 'lib/v20190614/models.rb', line 2335 def GroupId @GroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
2342 2343 2344 2345 |
# File 'lib/v20190614/models.rb', line 2342 def deserialize(params) @GroupId = params['GroupId'] @CountMod = params['CountMod'] end |