feat: initial commit
This commit is contained in:
7
internal/domain/port/speech_transcriber.go
Normal file
7
internal/domain/port/speech_transcriber.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package port
|
||||
|
||||
import "context"
|
||||
|
||||
type SpeechTranscriber interface {
|
||||
Transcribe(ctx context.Context, audioData []byte, mimeType string) (string, error)
|
||||
}
|
||||
Reference in New Issue
Block a user