Implemented the Transcription model in the Recording package target.
This commit is contained in:
@@ -45,15 +45,3 @@ extension ContentView {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - Models
|
||||
|
||||
extension ContentView.Model {
|
||||
/// A transcription of a processed recording to present in the modal sheet.
|
||||
struct Transcription: Identifiable {
|
||||
/// The unique identifier of the transcription.
|
||||
let id = UUID()
|
||||
/// The transcribed text of the processed recording.
|
||||
let text: String
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user