Class: TencentCloud::Mps::V20190612::OcrFullTextConfigureInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::OcrFullTextConfigureInfo
- 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) ⇒ OcrFullTextConfigureInfo
constructor
A new instance of OcrFullTextConfigureInfo.
Constructor Details
#initialize(switch = nil) ⇒ OcrFullTextConfigureInfo
Returns a new instance of OcrFullTextConfigureInfo.
23715 23716 23717 |
# File 'lib/v20190612/models.rb', line 23715 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
23713 23714 23715 |
# File 'lib/v20190612/models.rb', line 23713 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
23719 23720 23721 |
# File 'lib/v20190612/models.rb', line 23719 def deserialize(params) @Switch = params['Switch'] end |