Class: TencentCloud::Mps::V20190612::ProhibitedAsrReviewTemplateInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ProhibitedAsrReviewTemplateInfoForUpdate
- Defined in:
- lib/v20190612/models.rb
Overview
语音违禁任务控制参数
Instance Attribute Summary collapse
-
#BlockConfidence ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>.
-
#ReviewConfidence ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>.
-
#Switch ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, blockconfidence = nil, reviewconfidence = nil) ⇒ ProhibitedAsrReviewTemplateInfoForUpdate
constructor
A new instance of ProhibitedAsrReviewTemplateInfoForUpdate.
Constructor Details
#initialize(switch = nil, blockconfidence = nil, reviewconfidence = nil) ⇒ ProhibitedAsrReviewTemplateInfoForUpdate
Returns a new instance of ProhibitedAsrReviewTemplateInfoForUpdate.
22077 22078 22079 22080 22081 |
# File 'lib/v20190612/models.rb', line 22077 def initialize(switch=nil, blockconfidence=nil, reviewconfidence=nil) @Switch = switch @BlockConfidence = blockconfidence @ReviewConfidence = reviewconfidence end |
Instance Attribute Details
#BlockConfidence ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>
22075 22076 22077 |
# File 'lib/v20190612/models.rb', line 22075 def BlockConfidence @BlockConfidence end |
#ReviewConfidence ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>
22075 22076 22077 |
# File 'lib/v20190612/models.rb', line 22075 def ReviewConfidence @ReviewConfidence end |
#Switch ⇒ Object
<li>ON:开启语音违禁任务;</li> <li>OFF:关闭语音违禁任务。</li>
22075 22076 22077 |
# File 'lib/v20190612/models.rb', line 22075 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
22083 22084 22085 22086 22087 |
# File 'lib/v20190612/models.rb', line 22083 def deserialize(params) @Switch = params['Switch'] @BlockConfidence = params['BlockConfidence'] @ReviewConfidence = params['ReviewConfidence'] end |