| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
AmazonRekognitionClient.indexFaces(IndexFacesRequest request)
Detects faces in the input image and adds them to the specified collection.
|
IndexFacesResult |
AmazonRekognition.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
IndexFacesResult |
AbstractAmazonRekognition.indexFaces(IndexFacesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request) |
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<IndexFacesResult> |
AbstractAmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
Future<IndexFacesResult> |
AmazonRekognitionAsync.indexFacesAsync(IndexFacesRequest indexFacesRequest,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler)
Detects faces in the input image and adds them to the specified collection.
|
Future<IndexFacesResult> |
AmazonRekognitionAsyncClient.indexFacesAsync(IndexFacesRequest request,
AsyncHandler<IndexFacesRequest,IndexFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
IndexFacesResult |
IndexFacesResult.clone() |
IndexFacesResult |
IndexFacesResult.withFaceModelVersion(String faceModelVersion)
The version number of the face detection model that's associated with the input collection (
CollectionId). |
IndexFacesResult |
IndexFacesResult.withFaceRecords(Collection<FaceRecord> faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResult |
IndexFacesResult.withFaceRecords(FaceRecord... faceRecords)
An array of faces detected and added to the collection.
|
IndexFacesResult |
IndexFacesResult.withOrientationCorrection(OrientationCorrection orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
IndexFacesResult |
IndexFacesResult.withOrientationCorrection(String orientationCorrection)
The orientation of the input image (counterclockwise direction).
|
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(Collection<UnindexedFace> unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
IndexFacesResult |
IndexFacesResult.withUnindexedFaces(UnindexedFace... unindexedFaces)
An array of faces that were detected in the image but weren't indexed.
|
Copyright © 2018. All rights reserved.