-
Notifications
You must be signed in to change notification settings - Fork 572
AutomaticAssessmentConfiguration iOS xcode27.0 b3
Alex Soto edited this page Jul 7, 2026
·
1 revision
#AutomaticAssessmentConfiguration.framework
diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h 2026-06-12 03:31:45
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h 2026-06-26 14:47:21
@@ -209,18 +209,16 @@
/// A Boolean value that indicates whether to allow the speech-related accessibility features during an assessment.
///
-/// A device reads text aloud for users who need it. In particular, users can enable the following features from Accessibility > Spoken Content in the Settings app on iOS and iPadOS:
-/// - Speak Selection
-/// - Speak Screen
-/// - Typing Feedback > Speak Words
+/// - Important: This property is deprecated. Use ``AEAssessmentConfiguration/allowsAccessibilitySpokenContent``
+/// instead.
///
-/// An assessment session disables these features by default, but you can allow them by setting ``AEAssessmentConfiguration/allowsAccessibilitySpeech`` to `true` in the ``AEAssessmentConfiguration`` instance that you use to initialize a session.
-///
-@property (nonatomic, assign) BOOL allowsAccessibilitySpeech API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
+@property (nonatomic, assign)
+ BOOL allowsAccessibilitySpeech API_DEPRECATED_WITH_REPLACEMENT("allowsAccessibilitySpokenContent", ios(14.0, 27.0))
+ API_UNAVAILABLE(macos, macCatalyst);
/// A Boolean value that indicates whether to allow Spoken Content during an assessment.
///
-/// Users can enable Spoken Content in the Settings app (Accessibility > Spoken Content) to have text read aloud. This includes Speak Selection, Speak Screen, and related features. An assessment session disables Spoken Content by default, but you can allow it by setting ``AEAssessmentConfiguration/allowsAccessibilitySpokenContent`` to `true` in the ``AEAssessmentConfiguration`` instance that you use to initialize a session.
+/// Users can enable Spoken Content in the Settings app (Accessibility > Read & Speak) to have text read aloud. This includes Speak Selection, Speak Screen, and related features. An assessment session disables Spoken Content by default, but you can allow it by setting ``AEAssessmentConfiguration/allowsAccessibilitySpokenContent`` to `true` in the ``AEAssessmentConfiguration`` instance that you use to initialize a session.
///
@property (nonatomic, assign) BOOL allowsAccessibilitySpokenContent API_AVAILABLE(ios(27.0), macos(27.0), macCatalyst(27.0));