Interface VideoSegmentationConfiguration.Builder

  • Method Details

    • fixedLengthDuration

      VideoSegmentationConfiguration.Builder fixedLengthDuration(Integer fixedLengthDuration)

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

      Parameters:
      fixedLengthDuration - The duration in seconds for each video segment. Video 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.