Class: TencentCloud::Mps::V20190612::OcrFullTextConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::OcrFullTextConfigureInfoForUpdate
- Defined in:
- lib/v20190612/models.rb
Overview
文本全文本识别任务控制参数
Instance Attribute Summary collapse
-
#Switch ⇒ Object
<li>ON:开启智能文本全文识别任务;</li> <li>OFF:关闭智能文本全文识别任务。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ OcrFullTextConfigureInfoForUpdate
constructor
A new instance of OcrFullTextConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ OcrFullTextConfigureInfoForUpdate
Returns a new instance of OcrFullTextConfigureInfoForUpdate.
23429 23430 23431 |
# File 'lib/v20190612/models.rb', line 23429 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启智能文本全文识别任务;</li> <li>OFF:关闭智能文本全文识别任务。</li>
23427 23428 23429 |
# File 'lib/v20190612/models.rb', line 23427 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
23433 23434 23435 |
# File 'lib/v20190612/models.rb', line 23433 def deserialize(params) @Switch = params['Switch'] end |