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
- ON:开启智能文本全文识别任务;
- OFF:关闭智能文本全文识别任务。
.
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.
23733 23734 23735 |
# File 'lib/v20190612/models.rb', line 23733 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
23731 23732 23733 |
# File 'lib/v20190612/models.rb', line 23731 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
23737 23738 23739 |
# File 'lib/v20190612/models.rb', line 23737 def deserialize(params) @Switch = params['Switch'] end |