Made the transcribing callable and per-call for the transcribing protocol in the Recording package target.
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user