Interface ShotSegment.Builder

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

public static interface ShotSegment.Builder extends SdkPojo, CopyableBuilder<ShotSegment.Builder,ShotSegment>
  • Method Details

    • index

      ShotSegment.Builder index(Long index)

      An Identifier for a shot detection segment detected in a video.

      Parameters:
      index - An Identifier for a shot detection segment detected in a video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • confidence

      ShotSegment.Builder confidence(Float confidence)

      The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.

      Parameters:
      confidence - The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.