Class: TencentCloud::Vod::V20180717::ProhibitedOcrReviewTemplateInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ProhibitedOcrReviewTemplateInfoForUpdate
- Defined in:
- lib/v20180717/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) ⇒ ProhibitedOcrReviewTemplateInfoForUpdate
constructor
A new instance of ProhibitedOcrReviewTemplateInfoForUpdate.
Constructor Details
#initialize(switch = nil, blockconfidence = nil, reviewconfidence = nil) ⇒ ProhibitedOcrReviewTemplateInfoForUpdate
Returns a new instance of ProhibitedOcrReviewTemplateInfoForUpdate.
23053 23054 23055 23056 23057 |
# File 'lib/v20180717/models.rb', line 23053 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>
23051 23052 23053 |
# File 'lib/v20180717/models.rb', line 23051 def BlockConfidence @BlockConfidence end |
#ReviewConfidence ⇒ Object
<li>ON:开启文本违禁任务;</li> <li>OFF:关闭文本违禁任务。</li>
23051 23052 23053 |
# File 'lib/v20180717/models.rb', line 23051 def ReviewConfidence @ReviewConfidence end |
#Switch ⇒ Object
<li>ON:开启文本违禁任务;</li> <li>OFF:关闭文本违禁任务。</li>
23051 23052 23053 |
# File 'lib/v20180717/models.rb', line 23051 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
23059 23060 23061 23062 23063 |
# File 'lib/v20180717/models.rb', line 23059 def deserialize(params) @Switch = params['Switch'] @BlockConfidence = params['BlockConfidence'] @ReviewConfidence = params['ReviewConfidence'] end |