接口 ConvertService
- 所有已知实现类:
DefaultConvertService
public interface ConvertService
-
方法概要
修饰符和类型方法说明processConvert(ConvertRequest convertRequest, String bucket, String fileId) Starts the file conversion process.
-
方法详细资料
-
processConvert
ConvertResponse processConvert(ConvertRequest convertRequest, String bucket, String fileId) throws Exception Starts the file conversion process.- 参数:
convertRequest- TheConvertRequestobject.bucket- The file bucket.fileId- The ID of the file to be converted.- 返回:
- The
ConvertResponseobject. - 抛出:
Exception- If the processing fails unexpectedly.- 另请参阅:
-