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.



23733
23734
23735
# File 'lib/v20190612/models.rb', line 23733

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

Instance Attribute Details

#SwitchObject

  • ON:开启智能文本全文识别任务;
  • OFF:关闭智能文本全文识别任务。
  • Parameters:

    • Switch:

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

    
    
    23731
    23732
    23733
    # File 'lib/v20190612/models.rb', line 23731
    
    def Switch
      @Switch
    end
    

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    23737
    23738
    23739
    # File 'lib/v20190612/models.rb', line 23737
    
    def deserialize(params)
      @Switch = params['Switch']
    end