public class CreateReconstructDocumentFlowConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateReconstructDocumentFlowConfig() |
CreateReconstructDocumentFlowConfig(CreateReconstructDocumentFlowConfig 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 |
---|---|
String |
getResultType()
Get The format of the returned results of intelligent document parsing.
|
String |
getTableResultType()
Get The form in which tables in a Markdown file are returned.
|
void |
setResultType(String ResultType)
Set The format of the returned results of intelligent document parsing.
|
void |
setTableResultType(String TableResultType)
Set The form in which tables in a Markdown file are returned.
|
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 CreateReconstructDocumentFlowConfig()
public CreateReconstructDocumentFlowConfig(CreateReconstructDocumentFlowConfig source)
public String getTableResultType()
public void setTableResultType(String TableResultType)
TableResultType
- The form in which tables in a Markdown file are returned.
- 0: returned as MD.
- 1: returned as HTML.
The default is 0.public String getResultType()
public void setResultType(String ResultType)
ResultType
- The format of the returned results of intelligent document parsing.
- 0: only returns full-text MD.
- 1: only returns the OCR original Json for each page.
- 2: only returns the MD of each page.
- 3: returns the full-text MD and the original OCR Json of each page.
- 4: returns full-text MD and MD of each page.
The default value is 3 (returns the full-text MD and the original OCR Json of each page).Copyright © 2025. All rights reserved.