Class: TencentCloud::Mps::V20190612::OcrFullTextConfigureInfoForUpdate

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

文本全文本识别任务控制参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#SwitchObject

<li>ON:开启智能文本全文识别任务;</li> <li>OFF:关闭智能文本全文识别任务。</li>

Parameters:

  • Switch:

    文本全文识别任务开关,可选值:



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