Uses of Class
software.amazon.awssdk.services.rekognition.model.PersonMatch
-
Packages that use PersonMatch Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of PersonMatch in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type PersonMatch Modifier and Type Method Description List<PersonMatch>GetFaceSearchResponse. persons()An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type PersonMatch Modifier and Type Method Description GetFaceSearchResponse.BuilderGetFaceSearchResponse.Builder. persons(PersonMatch... persons)An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type PersonMatch Modifier and Type Method Description GetFaceSearchResponse.BuilderGetFaceSearchResponse.Builder. persons(Collection<PersonMatch> persons)An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
-