Interface AudioSegmentationConfiguration.Builder

  • Method Details

    • fixedLengthDuration

      AudioSegmentationConfiguration.Builder fixedLengthDuration(Integer fixedLengthDuration)

      The duration in seconds for each audio segment. Audio files will be divided into chunks of this length for processing.

      Parameters:
      fixedLengthDuration - The duration in seconds for each audio segment. Audio files will be divided into chunks of this length for processing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.