public class CreateSplitDocumentFlowConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSplitDocumentFlowConfig() |
CreateSplitDocumentFlowConfig(CreateSplitDocumentFlowConfig 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 |
getEnableMllm()
Get Whether to enable mllm.
|
Long |
getMaxChunkSize()
Get Max segment length.
|
String |
getResultType()
Deprecated.
|
String |
getTableResultType()
Deprecated.
|
void |
setEnableMllm(Boolean EnableMllm)
Set Whether to enable mllm.
|
void |
setMaxChunkSize(Long MaxChunkSize)
Set Max segment length.
|
void |
setResultType(String ResultType)
Deprecated.
|
void |
setTableResultType(String TableResultType)
Deprecated.
|
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 CreateSplitDocumentFlowConfig()
public CreateSplitDocumentFlowConfig(CreateSplitDocumentFlowConfig source)
@Deprecated public String getTableResultType()
@Deprecated 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.@Deprecated public String getResultType()
@Deprecated 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).public Boolean getEnableMllm()
public void setEnableMllm(Boolean EnableMllm)
EnableMllm
- Whether to enable mllm.public Long getMaxChunkSize()
public void setMaxChunkSize(Long MaxChunkSize)
MaxChunkSize
- Max segment length.Copyright © 2025. All rights reserved.