class TencentCloud::Lkeap::V20240522::ReconstructDocumentSSEConfig

ReconstructDocumentSSE 功能配置参数

def deserialize(params)

def deserialize(params)
  @TableResultType = params['TableResultType']
  @MarkdownImageResponseType = params['MarkdownImageResponseType']
  @ReturnPageFormat = params['ReturnPageFormat']
  @PageFormat = params['PageFormat']
end

def initialize(tableresulttype=nil, markdownimageresponsetype=nil, returnpageformat=nil, pageformat=nil)

def initialize(tableresulttype=nil, markdownimageresponsetype=nil, returnpageformat=nil, pageformat=nil)
  @TableResultType = tableresulttype
  @MarkdownImageResponseType = markdownimageresponsetype
  @ReturnPageFormat = returnpageformat
  @PageFormat = pageformat
end