-
Notifications
You must be signed in to change notification settings - Fork 514
Speech iOS xcode16.0 b3
Rolf Bjarne Kvinge edited this page Aug 20, 2024
·
3 revisions
#Speech.framework https://github.com/xamarin/xamarin-macios/pull/21077
diff -ruN /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/PhoneticEmbedderEnums.h /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/PhoneticEmbedderEnums.h
--- /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/PhoneticEmbedderEnums.h 2024-06-19 02:56:54
+++ /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/PhoneticEmbedderEnums.h 1970-01-01 01:00:00
@@ -1,21 +0,0 @@
-//
-// PhoneticEmbedderEnums.h
-// Speech
-//
-// Created by Festus Ojo on 1/19/24.
-// Copyright © 2024 Apple Inc. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-__attribute__ ((deprecated ("Use PhoneticEmbedder.InputFormat instead.")))
-typedef NS_ENUM(NSInteger, PhoneticEncoderType) {
- PhoneticEncoderTypeGrapheme = 0,
- PhoneticEncoderTypePhoneme = 1,
-} API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18), visionos(2.0));
-
-__attribute__ ((deprecated ("Use PhoneticEmbedder.LoadingOption instead.")))
-typedef NS_ENUM(NSInteger, PhoneticEmbedderInitFlag) {
- PhoneticEmbedderInitFlagAll = 0,
- PhoneticEmbedderInitFlagEmbedder = 1,
-} API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18), visionos(2.0));
diff -ruN /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/Speech.h /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/Speech.h
--- /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/Speech.h 2024-06-19 02:56:54
+++ /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/Speech.h 2024-06-28 21:52:40
@@ -17,4 +17,3 @@
#import <Speech/SFTranscription.h>
#import <Speech/SFTranscriptionSegment.h>
#import <Speech/SFVoiceAnalytics.h>
-#import <Speech/PhoneticEmbedderEnums.h>
- 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