-
Notifications
You must be signed in to change notification settings - Fork 516
Speech macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h 2024-07-13 04:48:42
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h 2024-07-26 10:31:58
@@ -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));
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status