Interface TechnicalCueSegment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TechnicalCueSegment.Builder,
,TechnicalCueSegment> SdkBuilder<TechnicalCueSegment.Builder,
,TechnicalCueSegment> SdkPojo
- Enclosing class:
TechnicalCueSegment
public static interface TechnicalCueSegment.Builder
extends SdkPojo, CopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Float confidence) The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.The type of the technical cue.type
(TechnicalCueType type) The type of the technical cue.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, sdkFields
-
Method Details
-
type
The type of the technical cue.
- Parameters:
type
- The type of the technical cue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the technical cue.
- Parameters:
type
- The type of the technical cue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-