Class: TencentCloud::Mps::V20190612::PoliticalImgReviewTemplateInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::PoliticalImgReviewTemplateInfo
- Defined in:
- lib/v20190612/models.rb
Overview
画面涉敏任务控制参数
Instance Attribute Summary collapse
-
#BlockConfidence ⇒ Object
- ON:开启画面涉敏任务;
- OFF:关闭画面涉敏任务。
- violation_photo:违规图标;
- politician:涉敏人物;
- entertainment:娱乐人物;
- sport:体育人物;
- entrepreneur:商业人物;
- scholar:教育学者;
- celebrity:知名人物;
- military:军事人物。
. -
#LabelSet ⇒ Object
- ON:开启画面涉敏任务;
- OFF:关闭画面涉敏任务。
- violation_photo:违规图标;
- politician:涉敏人物;
- entertainment:娱乐人物;
- sport:体育人物;
- entrepreneur:商业人物;
- scholar:教育学者;
- celebrity:知名人物;
- military:军事人物。
. -
#ReviewConfidence ⇒ Object
- ON:开启画面涉敏任务;
- OFF:关闭画面涉敏任务。
- violation_photo:违规图标;
- politician:涉敏人物;
- entertainment:娱乐人物;
- sport:体育人物;
- entrepreneur:商业人物;
- scholar:教育学者;
- celebrity:知名人物;
- military:军事人物。
. -
#Switch ⇒ Object
- ON:开启画面涉敏任务;
- OFF:关闭画面涉敏任务。
- violation_photo:违规图标;
- politician:涉敏人物;
- entertainment:娱乐人物;
- sport:体育人物;
- entrepreneur:商业人物;
- scholar:教育学者;
- celebrity:知名人物;
- military:军事人物。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, labelset = nil, blockconfidence = nil, reviewconfidence = nil) ⇒ PoliticalImgReviewTemplateInfo
constructor
A new instance of PoliticalImgReviewTemplateInfo.
Constructor Details
#initialize(switch = nil, labelset = nil, blockconfidence = nil, reviewconfidence = nil) ⇒ PoliticalImgReviewTemplateInfo
Returns a new instance of PoliticalImgReviewTemplateInfo.
24352 24353 24354 24355 24356 24357 |
# File 'lib/v20190612/models.rb', line 24352 def initialize(switch=nil, labelset=nil, blockconfidence=nil, reviewconfidence=nil) @Switch = switch @LabelSet = labelset @BlockConfidence = blockconfidence @ReviewConfidence = reviewconfidence end |
Instance Attribute Details
#BlockConfidence ⇒ Object
24350 24351 24352 |
# File 'lib/v20190612/models.rb', line 24350 def BlockConfidence @BlockConfidence end |
#LabelSet ⇒ Object
24350 24351 24352 |
# File 'lib/v20190612/models.rb', line 24350 def LabelSet @LabelSet end |
#ReviewConfidence ⇒ Object
24350 24351 24352 |
# File 'lib/v20190612/models.rb', line 24350 def ReviewConfidence @ReviewConfidence end |
#Switch ⇒ Object
24350 24351 24352 |
# File 'lib/v20190612/models.rb', line 24350 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
24359 24360 24361 24362 24363 24364 |
# File 'lib/v20190612/models.rb', line 24359 def deserialize(params) @Switch = params['Switch'] @LabelSet = params['LabelSet'] @BlockConfidence = params['BlockConfidence'] @ReviewConfidence = params['ReviewConfidence'] end |