We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421962a commit db6be09Copy full SHA for db6be09
Examples/SpeechRecognition/SpeechRecognition/SpeechClient/Client.swift
@@ -7,11 +7,6 @@ struct SpeechClient {
7
var recognitionTask: (SFSpeechAudioBufferRecognitionRequest) -> Effect<SpeechRecognitionResult, Error>
8
var requestAuthorization: () -> Effect<SFSpeechRecognizerAuthorizationStatus, Never>
9
10
- enum Action: Equatable {
11
- case availabilityDidChange(isAvailable: Bool)
12
- case taskResult(SpeechRecognitionResult)
13
- }
14
-
15
enum Error: Swift.Error, Equatable {
16
case taskError
17
case couldntStartAudioEngine
0 commit comments