Class AudioMetrics

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.AudioMetrics
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class AudioMetrics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
If audio metrics are requested, information about the signal characteristics of the input audio.
  • Constructor Details

    • AudioMetrics

      public AudioMetrics()
  • Method Details

    • getSamplingInterval

      public Float getSamplingInterval()
      Gets the samplingInterval.

      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.

      Returns:
      the samplingInterval
    • getAccumulated

      public AudioMetricsDetails getAccumulated()
      Gets the accumulated.

      Detailed information about the signal characteristics of the input audio.

      Returns:
      the accumulated