Skip to content

Commit fe7f862

Browse files
authored
[Speech] Implement Xcode 16.2 beta 1-3 changes. (#21724)
1 parent 4a8fdcc commit fe7f862

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

src/speech.cs

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public enum SFSpeechErrorCode : long {
6161
AudioReadFailed = 2,
6262
UndefinedTemplateClassName = 7,
6363
MalformedSupplementalModel = 8,
64+
Timeout = 10,
6465
}
6566

6667
/// <summary>Abstract base class for speech recognition requests (see <see cref="T:Speech.SFSpeechAudioBufferRecognitionRequest" /> and <see cref="T:Speech.SFSpeechUrlRecognitionRequest" />).</summary>

tests/cecil-tests/Documentation.KnownFailures.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18795,6 +18795,7 @@ F:SoundAnalysis.SNTimeDurationConstraintType.Range
1879518795
F:Speech.SFSpeechErrorCode.AudioReadFailed
1879618796
F:Speech.SFSpeechErrorCode.InternalServiceError
1879718797
F:Speech.SFSpeechErrorCode.MalformedSupplementalModel
18798+
F:Speech.SFSpeechErrorCode.Timeout
1879818799
F:Speech.SFSpeechErrorCode.UndefinedTemplateClassName
1879918800
F:Speech.SFSpeechRecognitionTaskHint.Confirmation
1880018801
F:Speech.SFSpeechRecognitionTaskHint.Dictation

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-Speech.todo

-1
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-Speech.todo

-1
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-Speech.todo

-1
This file was deleted.

0 commit comments

Comments
 (0)