<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "macOS: 11.3.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SFSpeechRecognitionMetadata",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "c:objc(cs)SFSpeechRecognitionMetadata"
  },
  "title" : "SFSpeechRecognitionMetadata"
}
-->

# SFSpeechRecognitionMetadata

The metadata of speech in the audio of a speech recognition request.

```
class SFSpeechRecognitionMetadata
```

## Topics

### Getting audio timing information

[`averagePauseDuration`](/documentation/Speech/SFSpeechRecognitionMetadata/averagePauseDuration)

The average pause duration between words, measured in seconds.

[`speakingRate`](/documentation/Speech/SFSpeechRecognitionMetadata/speakingRate)

The number of words spoken per minute.

[`speechDuration`](/documentation/Speech/SFSpeechRecognitionMetadata/speechDuration)

The duration in seconds of speech in the audio.

[`speechStartTimestamp`](/documentation/Speech/SFSpeechRecognitionMetadata/speechStartTimestamp)

The start timestamp of speech in the audio.

### Analyzing voice

[`voiceAnalytics`](/documentation/Speech/SFSpeechRecognitionMetadata/voiceAnalytics)

An analysis of the transcription segment’s vocal properties.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)