The value of a voice analysis metric.
SDKs
- iOS 13+
- macOS 10.15+
- Mac Catalyst 13.0+
Framework
- Speech
Declaration
class SFAcousticFeature : NSObject
The value of a voice analysis metric.
SDKs
Framework
class SFAcousticFeature : NSObject
var frame Duration: Time Interval
The duration of the audio frame.
var acoustic Feature Value Per Frame: [Double]
An array of feature values, one value per audio frame, corresponding to a transcript segment of recorded audio.
var voicing: SFAcoustic Feature
The likelihood of a voice in each frame of a transcription segment, expressed as a probability in the range [0
.
var pitch: SFAcoustic Feature
The highness or lowness of the tone (fundamental frequency) in each frame of a transcription segment, expressed as a logarithm.
var jitter: SFAcoustic Feature
The variation in pitch in each frame of a transcription segment, expressed as a percentage of the frame’s fundamental frequency.
var shimmer: SFAcoustic Feature
The variation in vocal volume stability (amplitude) in each frame of a transcription segment, expressed in decibels.