Skip to content

SensorKit iOS xcode13.0 beta4

Manuel de la Pena edited this page Jul 27, 2021 · 3 revisions

#SensorKit.framework

diff -ruN /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h
--- /Applications/Xcode_13.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h	2021-07-10 09:45:18.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRSensors.h	2021-07-22 14:18:02.000000000 -0400
@@ -189,7 +189,7 @@
  * @/textblock
  * This steam does not store any raw audio nor any audio or data from other parties.
  *
- * Fetches from this stream return objects of type SFSpeechRecognitionMetadata as defined in the Speech framework.
+ * Fetches from this stream return objects of type SFSpeechRecognitionResult as defined in the Speech framework.
  */
 SR_EXTERN SRSensor const SRSensorSiriSpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos) API_UNAVAILABLE(tvos);
 
@@ -208,7 +208,7 @@
  *
  * This steam does not store any raw audio nor any audio or data from other parties.
  *
- * Fetches from this stream return objects of type SFSpeechRecognitionMetadata as defined in the Speech framework.
+ * Fetches from this stream return objects of type SFSpeechRecognitionResult as defined in the Speech framework.
  */
 SR_EXTERN SRSensor const SRSensorTelephonySpeechMetrics API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(watchos, macos) API_UNAVAILABLE(tvos);
 
Clone this wiki locally