Skip to content

Speech iOS xcode14.0 beta1

Manuel de la Pena edited this page Aug 4, 2022 · 3 revisions

#Speech.framework https://github.com/xamarin/xamarin-macios/pull/15627

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFSpeechRecognitionRequest.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFSpeechRecognitionRequest.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFSpeechRecognitionRequest.h	2022-02-23 07:59:18.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFSpeechRecognitionRequest.h	2022-05-31 14:52:02.000000000 -0400
@@ -33,6 +33,9 @@
 // Default is false
 @property (nonatomic) BOOL requiresOnDeviceRecognition API_AVAILABLE(ios(13), macos(10.15));
 
+// If true, punctuations will be automatically included in the recognition results
+@property (nonatomic) BOOL addsPunctuation API_AVAILABLE(ios(16), macos(13));
+
 @end
 
 // A request to recognize speech from a recorded audio file
Clone this wiki locally