Constructor
new TDocumentInfo(docId, docUrl, docName, owner, schoolId, permission, transcodeResult, transcodeProgress, transcodeType, transcodeState, transcodeInfo, docType, width, height, docSize, updateTime, pages)
Parameters:
Name | Type | Description |
---|---|---|
docId |
string | 文档 ID |
docUrl |
string | 文档 Url |
docName |
string | 文档名称 |
owner |
string | 归属者 ID |
schoolId |
number | 学校 ID |
permission |
number | 权限,1=公共,0=私有 |
transcodeResult |
string | 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码 |
transcodeProgress |
number | 转码进度 |
transcodeType |
number | 转码类型, 1=转码;0=不转码 |
transcodeState |
number | 转码状态,0=无需转码;1=正在转码,2=转码失败,3=转码成功 |
transcodeInfo |
string | 转码信息 |
docType |
string | 文档状态 |
width |
number | 宽度 |
height |
number | 高度 |
docSize |
number | 文档大小 |
updateTime |
number | 更新时间 |
pages |
number | 页数 |