Constructor
new TSimpleDocmentInfo(docId, docUrl, transcodeResult, transcodeProgress, transcodeType, transcodeState, transcodeInfo)
Parameters:
Name | Type | Description |
---|---|---|
docId |
string | 文档 ID |
docUrl |
string | 文档 Url |
transcodeResult |
string | 转码结果,无需转码为空,转码成功为结果url,转码失败为错误码 |
transcodeProgress |
number | 转码进度 |
transcodeType |
number | 转码类型, 1=转码;0=不转码 |
transcodeState |
number | 转码状态,0=无需转码;1=正在转码,2=转码失败,3=转码成功 |
transcodeInfo |
string | 转码信息 |