Uses of Class
software.amazon.awssdk.services.rekognition.model.SegmentDetection
-
Packages that use SegmentDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of SegmentDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type SegmentDetection Modifier and Type Method Description List<SegmentDetection>GetSegmentDetectionResponse. segments()An array of segments detected in a video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type SegmentDetection Modifier and Type Method Description GetSegmentDetectionResponse.BuilderGetSegmentDetectionResponse.Builder. segments(SegmentDetection... segments)An array of segments detected in a video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type SegmentDetection Modifier and Type Method Description GetSegmentDetectionResponse.BuilderGetSegmentDetectionResponse.Builder. segments(Collection<SegmentDetection> segments)An array of segments detected in a video.
-