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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShotSegment.Builderconfidence(Float confidence)The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.ShotSegment.Builderindex(Long index)An Identifier for a shot detection segment detected in a video.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-