public class CreateFinancialLLMTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateFinancialLLMTaskRequest() | 
| CreateFinancialLLMTaskRequest(CreateFinancialLLMTaskRequest 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 | getBizType()Get 审核策略BizType | 
| String | getContent()Get 送审内容,根据ContentType字段的取值,传入送审文档的Url链接,或送审文本的Base64编码
文档限制:
- 文件下载时间不超过15秒(文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。)
- 所下载文件经 Base64 编码后不超过支持的文件大小:PDF/DOC/DOCX - 200M
- 文档解析后的纯文本长度不超过 10000字
文本限制:Base64解码后的文本长度不超过10000字 | 
| Long | getContentType()Get 送审内容类型:1-文档,2-文本 | 
| String | getFileType()Get 待审文件类型,目前支持:PDF, DOC, DOCX | 
| void | setBizType(String BizType)Set 审核策略BizType | 
| void | setContent(String Content)Set 送审内容,根据ContentType字段的取值,传入送审文档的Url链接,或送审文本的Base64编码
文档限制:
- 文件下载时间不超过15秒(文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。)
- 所下载文件经 Base64 编码后不超过支持的文件大小:PDF/DOC/DOCX - 200M
- 文档解析后的纯文本长度不超过 10000字
文本限制:Base64解码后的文本长度不超过10000字 | 
| void | setContentType(Long ContentType)Set 送审内容类型:1-文档,2-文本 | 
| void | setFileType(String FileType)Set 待审文件类型,目前支持:PDF, DOC, DOCX | 
| 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, toJsonStringpublic CreateFinancialLLMTaskRequest()
public CreateFinancialLLMTaskRequest(CreateFinancialLLMTaskRequest source)
public String getBizType()
public void setBizType(String BizType)
BizType - 审核策略BizTypepublic String getFileType()
public void setFileType(String FileType)
FileType - 待审文件类型,目前支持:PDF, DOC, DOCXpublic Long getContentType()
public void setContentType(Long ContentType)
ContentType - 送审内容类型:1-文档,2-文本public String getContent()
public void setContent(String Content)
Content - 送审内容,根据ContentType字段的取值,传入送审文档的Url链接,或送审文本的Base64编码
文档限制:
- 文件下载时间不超过15秒(文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。)
- 所下载文件经 Base64 编码后不超过支持的文件大小:PDF/DOC/DOCX - 200M
- 文档解析后的纯文本长度不超过 10000字
文本限制:Base64解码后的文本长度不超过10000字Copyright © 2025. All rights reserved.