Uses of Interface
software.amazon.awssdk.services.rekognition.model.TechnicalCueSegment.Builder
-
Packages that use TechnicalCueSegment.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TechnicalCueSegment.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TechnicalCueSegment.Builder Modifier and Type Method Description static TechnicalCueSegment.BuilderTechnicalCueSegment. builder()TechnicalCueSegment.BuilderTechnicalCueSegment.Builder. confidence(Float confidence)The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.TechnicalCueSegment.BuilderTechnicalCueSegment. toBuilder()TechnicalCueSegment.BuilderTechnicalCueSegment.Builder. type(String type)The type of the technical cue.TechnicalCueSegment.BuilderTechnicalCueSegment.Builder. type(TechnicalCueType type)The type of the technical cue.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type TechnicalCueSegment.Builder Modifier and Type Method Description static Class<? extends TechnicalCueSegment.Builder>TechnicalCueSegment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type TechnicalCueSegment.Builder Modifier and Type Method Description default SegmentDetection.BuilderSegmentDetection.Builder. technicalCueSegment(Consumer<TechnicalCueSegment.Builder> technicalCueSegment)If the segment is a technical cue, contains information about the technical cue.
-