public interface XiaozAiModelApi
限定符和类型 | 方法和说明 |
---|---|
TextEntryBO |
getEntryById(long id)
根据实体id获取实体对象
|
java.util.List<TextEntryBO> |
getEntryListByModelId(long modelId)
根据模型的id获取实体列表详细
|
TextEntryModelBO |
getEntryModelByModelId(long modelId)
根据模型id获取模型
|
java.util.List<TextEntryModelBO> |
getEntryModelListByCurrentUser()
获取当前登录人员模型列表(一般是表单管理员)
|
TextEntryPredictResultBO |
parseTextEntryByFile(long modelId,
long fileId)
通过文件解析文本实体对象,返回文本key和抽取的文本value
|
java.util.List<TextEntryModelBO> getEntryModelListByCurrentUser() throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
TextEntryModelBO getEntryModelByModelId(long modelId) throws com.seeyon.ctp.common.exceptions.BusinessException
modelId
- com.seeyon.ctp.common.exceptions.BusinessException
java.util.List<TextEntryBO> getEntryListByModelId(long modelId) throws com.seeyon.ctp.common.exceptions.BusinessException
modelId
- 模型idcom.seeyon.ctp.common.exceptions.BusinessException
TextEntryBO getEntryById(long id) throws com.seeyon.ctp.common.exceptions.BusinessException
id
- 实体idcom.seeyon.ctp.common.exceptions.BusinessException
TextEntryPredictResultBO parseTextEntryByFile(long modelId, long fileId) throws com.seeyon.ctp.common.exceptions.BusinessException
modelId
- 模型idfileId
- 上传到A8系统中的文件id,可以是word文档、pdf文件、txt文件、excel文件com.seeyon.ctp.common.exceptions.BusinessException