Class: TencentCloud::Vod::V20180717::OcrFullTextConfigureInfoForUpdate

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#SwitchObject

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

Parameters:

  • Switch:

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



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