public class ParseDocumentAsyncRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ParseDocumentAsyncRequest() |
ParseDocumentAsyncRequest(ParseDocumentAsyncRequest 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 |
---|---|
Document |
getDocument()
Get 文件信息。
|
String |
getModelName()
Get 模型名称,可选模型列表:doc-llm。
|
void |
setDocument(Document Document)
Set 文件信息。
|
void |
setModelName(String ModelName)
Set 模型名称,可选模型列表:doc-llm。
|
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 ParseDocumentAsyncRequest()
public ParseDocumentAsyncRequest(ParseDocumentAsyncRequest source)
public Document getDocument()
public void setDocument(Document Document)
Document
- 文件信息。public String getModelName()
public void setModelName(String ModelName)
ModelName
- 模型名称,可选模型列表:doc-llm。Copyright © 2025. All rights reserved.