Class: TencentCloud::Cii::V20210408::CreateAutoClassifyStructureTaskInfo

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

Overview

创建自动分类的结构化任务子任务信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filelist = nil, customerid = nil, customername = nil, imagelist = nil) ⇒ CreateAutoClassifyStructureTaskInfo

Returns a new instance of CreateAutoClassifyStructureTaskInfo.



178
179
180
181
182
183
# File 'lib/v20210408/models.rb', line 178

def initialize(filelist=nil, customerid=nil, customername=nil, imagelist=nil)
  @FileList = filelist
  @CustomerId = customerid
  @CustomerName = customername
  @ImageList = imagelist
end

Instance Attribute Details

#CustomerIdObject

Parameters:

  • FileList:

    报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可

  • CustomerId:

    客户号

  • CustomerName:

    客户姓名

  • ImageList:

    报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列



176
177
178
# File 'lib/v20210408/models.rb', line 176

def CustomerId
  @CustomerId
end

#CustomerNameObject

Parameters:

  • FileList:

    报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可

  • CustomerId:

    客户号

  • CustomerName:

    客户姓名

  • ImageList:

    报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列



176
177
178
# File 'lib/v20210408/models.rb', line 176

def CustomerName
  @CustomerName
end

#FileListObject

Parameters:

  • FileList:

    报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可

  • CustomerId:

    客户号

  • CustomerName:

    客户姓名

  • ImageList:

    报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列



176
177
178
# File 'lib/v20210408/models.rb', line 176

def FileList
  @FileList
end

#ImageListObject

Parameters:

  • FileList:

    报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可

  • CustomerId:

    客户号

  • CustomerName:

    客户姓名

  • ImageList:

    报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列



176
177
178
# File 'lib/v20210408/models.rb', line 176

def ImageList
  @ImageList
end

Instance Method Details

#deserialize(params) ⇒ Object



185
186
187
188
189
190
# File 'lib/v20210408/models.rb', line 185

def deserialize(params)
  @FileList = params['FileList']
  @CustomerId = params['CustomerId']
  @CustomerName = params['CustomerName']
  @ImageList = params['ImageList']
end