|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
图片处理规则 |
||
| image_thumbnail_process |
string |
图片类型文件的缩略图规则,参考 OSS 的图片处理规则。默认为:image/resize,m_fill,h_128,w_128,limit_0 |
image/resize,m_fill,h_128,w_128,limit_0 |
| video_thumbnail_process |
string |
视频类型文件的缩略图规则,参考 OSS 的视频截帧处理规则。默认为:video/snapshot,t_1000,f_jpg,w_0,h_0,m_fast,ar_auto |
video/snapshot,t_1000,f_jpg,w_0,h_0,m_fast,ar_auto |
| office_thumbnail_process |
string |
文档类型文件的缩略图规则,文档类型的文件会选择文档中一页的截图作为原图,此参数是基于该截图来做处理。默认为:image/resize,m_fill,h_128,w_128,limit_0 |
image/resize,m_fill,h_128,w_128,limit_0 |