| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartFaceSearchResult |
AbstractAmazonRekognition.startFaceSearch(StartFaceSearchRequest request) |
StartFaceSearchResult |
AmazonRekognition.startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
StartFaceSearchResult |
AmazonRekognitionClient.startFaceSearch(StartFaceSearchRequest request)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
Future<StartFaceSearchResult> |
AmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
Future<StartFaceSearchResult> |
AbstractAmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest request) |
Future<StartFaceSearchResult> |
AmazonRekognitionAsyncClient.startFaceSearchAsync(StartFaceSearchRequest request) |
Future<StartFaceSearchResult> |
AmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest startFaceSearchRequest,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
Future<StartFaceSearchResult> |
AbstractAmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest request,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler) |
Future<StartFaceSearchResult> |
AmazonRekognitionAsyncClient.startFaceSearchAsync(StartFaceSearchRequest request,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartFaceSearchResult> |
AmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest startFaceSearchRequest,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
Future<StartFaceSearchResult> |
AbstractAmazonRekognitionAsync.startFaceSearchAsync(StartFaceSearchRequest request,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler) |
Future<StartFaceSearchResult> |
AmazonRekognitionAsyncClient.startFaceSearchAsync(StartFaceSearchRequest request,
AsyncHandler<StartFaceSearchRequest,StartFaceSearchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartFaceSearchRequest |
StartFaceSearchRequest.clone() |
StartFaceSearchRequest |
StartFaceSearchRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withCollectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withFaceMatchThreshold(Float faceMatchThreshold)
The minimum confidence in the person match to return.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withJobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withVideo(Video video)
The video you want to search.
|
Copyright © 2021. All rights reserved.