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 smart document parsing results:
0: only return full-text MD;
1: only return OCR original JSON of each page;.
|
String |
getTableResultType()
Get The returned form of a table in a markdown file:
0: the table is returned in MD format;
1: the table is returned in HTML form.
|
void |
setResultType(String ResultType)
Set The format of smart document parsing results:
0: only return full-text MD;
1: only return OCR original JSON of each page;.
|
void |
setTableResultType(String TableResultType)
Set The returned form of a table in a markdown file:
0: the table is returned in MD format;
1: the table is returned in HTML form.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateReconstructDocumentFlowConfig()
public CreateReconstructDocumentFlowConfig(CreateReconstructDocumentFlowConfig source)
public String getTableResultType()
public void setTableResultType(String TableResultType)
TableResultType
- The returned form of a table in a markdown file:
0: the table is returned in MD format;
1: the table is returned in HTML form.
The default is 1.public String getResultType()
public void setResultType(String ResultType)
ResultType
- The format of smart document parsing results:
0: only return full-text MD;
1: only return OCR original JSON of each page;.
2: only return MD of each page;
3: return full-text MD + OCR original JSON of each page;.
4: return full-text MD + MD of each page.
The default value is 3 (return full-text MD + OCR original JSON of each page).Copyright © 2025. All rights reserved.