Uses of Class
software.amazon.awssdk.services.rekognition.model.UnindexedFace
-
Packages that use UnindexedFace Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UnindexedFace in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UnindexedFace Modifier and Type Method Description List<UnindexedFace>IndexFacesResponse. unindexedFaces()An array of faces that were detected in the image but weren't indexed.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type UnindexedFace Modifier and Type Method Description IndexFacesResponse.BuilderIndexFacesResponse.Builder. unindexedFaces(UnindexedFace... unindexedFaces)An array of faces that were detected in the image but weren't indexed.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type UnindexedFace Modifier and Type Method Description IndexFacesResponse.BuilderIndexFacesResponse.Builder. unindexedFaces(Collection<UnindexedFace> unindexedFaces)An array of faces that were detected in the image but weren't indexed.
-