Made the transcribing callable and per-call for the transcribing protocol in the Recording package target.

This commit is contained in:
2026-07-04 12:03:19 +02:00
parent 8b46c4e7d1
commit 68c070948e
9 changed files with 60 additions and 57 deletions
@@ -1,7 +1,7 @@
import Foundation
/// A transcription of a processed recording.
public struct Transcription {
public struct Transcription: Identifiable, Sendable {
// MARK: Properties
@@ -29,7 +29,3 @@ public struct Transcription {
}
}
// MARK: - Identifiable
extension Transcription: Identifiable {}