Uses of Class
software.amazon.awssdk.services.rekognition.model.PersonDetection
-
Packages that use PersonDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of PersonDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type PersonDetection Modifier and Type Method Description List<PersonDetection>GetPersonTrackingResponse. persons()An array of the persons detected in the video and the time(s) their path was tracked throughout the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type PersonDetection Modifier and Type Method Description GetPersonTrackingResponse.BuilderGetPersonTrackingResponse.Builder. persons(PersonDetection... persons)An array of the persons detected in the video and the time(s) their path was tracked throughout the video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type PersonDetection Modifier and Type Method Description GetPersonTrackingResponse.BuilderGetPersonTrackingResponse.Builder. persons(Collection<PersonDetection> persons)An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
-