Uses of Class
software.amazon.awssdk.services.rekognition.model.FaceRecord
-
Packages that use FaceRecord Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceRecord in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceRecord Modifier and Type Method Description List<FaceRecord>IndexFacesResponse. faceRecords()An array of faces detected and added to the collection.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type FaceRecord Modifier and Type Method Description IndexFacesResponse.BuilderIndexFacesResponse.Builder. faceRecords(FaceRecord... faceRecords)An array of faces detected and added to the collection.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type FaceRecord Modifier and Type Method Description IndexFacesResponse.BuilderIndexFacesResponse.Builder. faceRecords(Collection<FaceRecord> faceRecords)An array of faces detected and added to the collection.
-