Interface VideoSegmentationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VideoSegmentationConfiguration.Builder,VideoSegmentationConfiguration>, SdkBuilder<VideoSegmentationConfiguration.Builder,VideoSegmentationConfiguration>, SdkPojo
Enclosing class:
VideoSegmentationConfiguration

@Mutable @NotThreadSafe public static interface VideoSegmentationConfiguration.Builder extends SdkPojo, CopyableBuilder<VideoSegmentationConfiguration.Builder,VideoSegmentationConfiguration>
  • 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.