public class ReconstructDocumentSSEConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReconstructDocumentSSEConfig() |
ReconstructDocumentSSEConfig(ReconstructDocumentSSEConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getIgnoreFailedPage()
Get 是否忽略失败页,返回已成功的页数据
|
String |
getMarkdownImageResponseType()
Get Markdown文件中图片返回的形式
0:markdown中图片以链接形式返回
1:markdown中图片只返回图片中提取的文本内容
默认是0
|
String |
getPageFormat()
Get 自定义输出页码样式,{{p}}为页码占位符,开启ReturnPageFormat生效。未填默认样式:
|
Boolean |
getReturnPageFormat()
Get Markdown文件中是否包含页码信息
|
String |
getTableResultType()
Get Markdown文件中表格返回的形式
0,表格以MD形式返回
1,表格以HTML形式返回
默认为0
|
void |
setIgnoreFailedPage(Boolean IgnoreFailedPage)
Set 是否忽略失败页,返回已成功的页数据
|
void |
setMarkdownImageResponseType(String MarkdownImageResponseType)
Set Markdown文件中图片返回的形式
0:markdown中图片以链接形式返回
1:markdown中图片只返回图片中提取的文本内容
默认是0
|
void |
setPageFormat(String PageFormat)
Set 自定义输出页码样式,{{p}}为页码占位符,开启ReturnPageFormat生效。未填默认样式:
|
void |
setReturnPageFormat(Boolean ReturnPageFormat)
Set Markdown文件中是否包含页码信息
|
void |
setTableResultType(String TableResultType)
Set Markdown文件中表格返回的形式
0,表格以MD形式返回
1,表格以HTML形式返回
默认为0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ReconstructDocumentSSEConfig()
public ReconstructDocumentSSEConfig(ReconstructDocumentSSEConfig source)
public String getTableResultType()
public void setTableResultType(String TableResultType)
TableResultType
- Markdown文件中表格返回的形式
0,表格以MD形式返回
1,表格以HTML形式返回
默认为0public String getMarkdownImageResponseType()
public void setMarkdownImageResponseType(String MarkdownImageResponseType)
MarkdownImageResponseType
- Markdown文件中图片返回的形式
0:markdown中图片以链接形式返回
1:markdown中图片只返回图片中提取的文本内容
默认是0public Boolean getReturnPageFormat()
public void setReturnPageFormat(Boolean ReturnPageFormat)
ReturnPageFormat
- Markdown文件中是否包含页码信息public String getPageFormat()
public void setPageFormat(String PageFormat)
PageFormat
- 自定义输出页码样式,{{p}}为页码占位符,开启ReturnPageFormat生效。未填默认样式:public Boolean getIgnoreFailedPage()
public void setIgnoreFailedPage(Boolean IgnoreFailedPage)
IgnoreFailedPage
- 是否忽略失败页,返回已成功的页数据Copyright © 2025. All rights reserved.