-
Notifications
You must be signed in to change notification settings - Fork 519
Speech iOS xcode16.0 b5
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#Speech.framework
diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h 2024-07-12 06:03:38
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h 2024-07-27 21:01:29
@@ -16,15 +16,15 @@
typedef NS_ERROR_ENUM (SFSpeechErrorDomain, SFSpeechErrorCode) {
/** Error may include `NSUnderlyingErrorKey` in `userInfo`.*/
SFSpeechErrorCodeInternalServiceError = 1,
- /** Failed to read audio file **/
+ /** Failed to read audio file */
SFSpeechErrorCodeAudioReadFailed = 2,
// MARK: CustomLM data related errors
- /** Templates were malformed **/
+ /** Templates were malformed */
SFSpeechErrorCodeUndefinedTemplateClassName = 7,
- /** A custom language model file was malformed **/
+ /** A custom language model file was malformed */
SFSpeechErrorCodeMalformedSupplementalModel = 8,
} API_AVAILABLE(macos(14), ios(17), tvos(18));