refactor: 重命名 backend-single 目录为 server
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.emotion.service;
|
||||
|
||||
import com.emotion.dto.response.asr.AsrTranscribeResponse;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
public interface AsrService {
|
||||
|
||||
AsrTranscribeResponse transcribe(MultipartFile file);
|
||||
}
|
||||
Reference in New Issue
Block a user