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.



21212
21213
21214
# File 'lib/v20180717/models.rb', line 21212

def initialize(switch=nil)
  @Switch = switch
end

Instance Attribute Details

#SwitchObject

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

Parameters:

  • Switch:

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



21210
21211
21212
# File 'lib/v20180717/models.rb', line 21210

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



21216
21217
21218
# File 'lib/v20180717/models.rb', line 21216

def deserialize(params)
  @Switch = params['Switch']
end