What is the speech recognition api?
Asked on 2026-02-12
1 search
The Speech Recognition API discussed at WWDC is the new Speech Analyzer API, introduced in iOS 26. This API is designed to enhance speech-to-text capabilities across all Apple platforms. It leverages the power of Swift to perform speech-to-text processing and manage model assets on the user's device with minimal code. The Speech Analyzer API is more versatile than its predecessor, the SFSpeechRecognizer, and is suitable for a wider range of use cases, including long-form and distant audio such as lectures, meetings, and conversations.
The Speech Analyzer API is already integrated into several system apps like Notes, Voice Memos, and Journal, and it supports features like call summarization and live transcription. The API consists of the Speech Analyzer class and several other classes, allowing developers to add modules for specific types of analysis, such as transcription.
For more details, you can watch the session Bring advanced speech-to-text to your app with SpeechAnalyzer (02:41).

Bring advanced speech-to-text to your app with SpeechAnalyzer
Discover the new SpeechAnalyzer API for speech to text. We’ll learn about the Swift API and its capabilities, which power features in Notes, Voice Memos, Journal, and more. We’ll dive into details about how speech to text works and how SpeechAnalyzer and SpeechTranscriber can enable you to create exciting, performant features. And you’ll learn how to incorporate SpeechAnalyzer and live transcription into your app with a code-along.

Optimize for the spatial web
Discover how to make the most of visionOS capabilities on the web. Explore recent updates like improvements to selection highlighting, and the ability to present spatial photos and panorama images in fullscreen. Learn to take advantage of existing web standards for dictation and text-to-speech with WebSpeech, spatial soundscapes with WebAudio, and immersive experiences with WebXR.

What’s new in visionOS 26
Explore exciting new features in visionOS 26. Discover enhanced volumetric APIs and learn how you can combine the power of SwiftUI, RealityKit and ARKit. Find out how you can build more engaging apps and games using faster hand tracking and input from spatial accessories. Get a sneak peek at updates to SharePlay, Compositor Services, immersive media, spatial web, Enterprise APIs, and much more.
