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

# SFVoiceAnalytics

A collection of vocal analysis metrics.

```
class SFVoiceAnalytics
```

## Overview

Use an [`SFAcousticFeature`](/documentation/Speech/SFAcousticFeature) object to access the `SFVoiceAnalytics` insights. Voice analytics include the following features:

- Use [`jitter`](/documentation/Speech/SFVoiceAnalytics/jitter) to measure how pitch varies in audio.
- Use [`shimmer`](/documentation/Speech/SFVoiceAnalytics/shimmer) to measure how amplitude varies in audio.
- Use [`pitch`](/documentation/Speech/SFVoiceAnalytics/pitch) to measure the highness and lowness of the tone.
- Use [`voicing`](/documentation/Speech/SFVoiceAnalytics/voicing) to identify voiced regions in speech.

These results are part of the [`SFTranscriptionSegment`](/documentation/Speech/SFTranscriptionSegment) object and are available when the system sends the [`isFinal`](/documentation/Speech/SFSpeechRecognitionResult/isFinal) flag.

## Topics

### Analyzing voice

[`SFAcousticFeature`](/documentation/Speech/SFAcousticFeature)

The value of a voice analysis metric.

[`voicing`](/documentation/Speech/SFVoiceAnalytics/voicing)

The likelihood of a voice in each frame of a transcription segment.

[`pitch`](/documentation/Speech/SFVoiceAnalytics/pitch)

The highness or lowness of the tone (fundamental frequency) in each frame of a transcription segment, expressed as a logarithm.

[`jitter`](/documentation/Speech/SFVoiceAnalytics/jitter)

The variation in pitch in each frame of a transcription segment, expressed as a percentage of the frame’s fundamental frequency.

[`shimmer`](/documentation/Speech/SFVoiceAnalytics/shimmer)

The variation in vocal volume stability (amplitude) in each frame of a transcription segment, expressed in decibels.



---

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)