Skip to content

Vision iOS xcode26.0 b1

Alex Soto edited this page Jun 9, 2025 · 1 revision

#Vision.framework

diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h	2025-04-19 05:34:36
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h	2025-05-31 21:04:50
@@ -975,14 +975,12 @@
 
 -(instancetype) init NS_UNAVAILABLE;
 
-/*!
- @brief `isUtility` represents images that are not necessarily of poor image quality but may not have memorable or exciting content. `isUtility` can be true or false.
- */
+/// A Boolean value that represents images that are not necessarily of poor image quality, but may not have memorable or exciting content.
 @property (readonly, nonatomic, assign) BOOL isUtility;
 
-/*!
- @brief A score which incorporates aesthetic score, failure score and utility labels. `overallScore` is within the range [-1, 1] where 1 is most desirable and -1 is not desirable.
- */
+/// A score which incorporates aesthetic score, failure score, and utility labels.
+///
+/// This returns a value within the range of `-1` and `1`, where `-1` is least desirable and `1` is most desirable.
 @property (readonly, nonatomic, assign) float overallScore;
 
 @end
Clone this wiki locally