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 Summary
Modifier and TypeMethodDescriptionconfidence(Float confidence) The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.An Identifier for a shot detection segment detected in a video.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -