Uses of Class
software.amazon.awssdk.services.rekognition.model.SegmentTypeInfo
-
Packages that use SegmentTypeInfo Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of SegmentTypeInfo in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type SegmentTypeInfo Modifier and Type Method Description List<SegmentTypeInfo>GetSegmentDetectionResponse. selectedSegmentTypes()An array containing the segment types requested in the call toStartSegmentDetection.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type SegmentTypeInfo Modifier and Type Method Description GetSegmentDetectionResponse.BuilderGetSegmentDetectionResponse.Builder. selectedSegmentTypes(SegmentTypeInfo... selectedSegmentTypes)An array containing the segment types requested in the call toStartSegmentDetection.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type SegmentTypeInfo Modifier and Type Method Description GetSegmentDetectionResponse.BuilderGetSegmentDetectionResponse.Builder. selectedSegmentTypes(Collection<SegmentTypeInfo> selectedSegmentTypes)An array containing the segment types requested in the call toStartSegmentDetection.
-