AudioMetrics

public struct AudioMetrics : Codable, Equatable

If audio metrics are requested, information about the signal characteristics of the input audio.

  • The interval in seconds (typically 0.1 seconds) at which the service calculated the audio metrics. In other words, how often the service calculated the metrics. A single unit in each histogram (see the AudioMetricsHistogramBin object) is calculated based on a sampling_interval length of audio.

    Declaration

    Swift

    public var samplingInterval: Double
  • Detailed information about the signal characteristics of the input audio.

    Declaration

    Swift

    public var accumulated: AudioMetricsDetails