Uses of Interface
software.amazon.awssdk.services.rekognition.model.PersonDetection.Builder
-
Packages that use PersonDetection.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of PersonDetection.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return PersonDetection.Builder Modifier and Type Method Description static PersonDetection.BuilderPersonDetection. builder()default PersonDetection.BuilderPersonDetection.Builder. person(Consumer<PersonDetail.Builder> person)Details about a person whose path was tracked in a video.PersonDetection.BuilderPersonDetection.Builder. person(PersonDetail person)Details about a person whose path was tracked in a video.PersonDetection.BuilderPersonDetection.Builder. timestamp(Long timestamp)The time, in milliseconds from the start of the video, that the person's path was tracked.PersonDetection.BuilderPersonDetection. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type PersonDetection.Builder Modifier and Type Method Description static Class<? extends PersonDetection.Builder>PersonDetection. serializableBuilderClass()
-