Class: TencentCloud::Vod::V20180717::OcrFullTextConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::OcrFullTextConfigureInfoForUpdate
- Defined in:
- lib/v20180717/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.
21214 21215 21216 |
# File 'lib/v20180717/models.rb', line 21214 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启智能文本全文识别任务;</li> <li>OFF:关闭智能文本全文识别任务。</li>
21212 21213 21214 |
# File 'lib/v20180717/models.rb', line 21212 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
21218 21219 21220 |
# File 'lib/v20180717/models.rb', line 21218 def deserialize(params) @Switch = params['Switch'] end |