| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetFaceSearchResult |
AmazonRekognitionClient.getFaceSearch(GetFaceSearchRequest request)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
GetFaceSearchResult |
AmazonRekognition.getFaceSearch(GetFaceSearchRequest getFaceSearchRequest)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
GetFaceSearchResult |
AbstractAmazonRekognition.getFaceSearch(GetFaceSearchRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFaceSearchResult> |
AbstractAmazonRekognitionAsync.getFaceSearchAsync(GetFaceSearchRequest request,
AsyncHandler<GetFaceSearchRequest,GetFaceSearchResult> asyncHandler) |
Future<GetFaceSearchResult> |
AmazonRekognitionAsync.getFaceSearchAsync(GetFaceSearchRequest getFaceSearchRequest,
AsyncHandler<GetFaceSearchRequest,GetFaceSearchResult> asyncHandler)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
Future<GetFaceSearchResult> |
AmazonRekognitionAsyncClient.getFaceSearchAsync(GetFaceSearchRequest request,
AsyncHandler<GetFaceSearchRequest,GetFaceSearchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFaceSearchResult |
GetFaceSearchResult.clone() |
GetFaceSearchResult |
GetFaceSearchResult.withJobStatus(String jobStatus)
The current status of the face search job.
|
GetFaceSearchResult |
GetFaceSearchResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
|
GetFaceSearchResult |
GetFaceSearchResult.withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of search results.
|
GetFaceSearchResult |
GetFaceSearchResult.withPersons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
GetFaceSearchResult |
GetFaceSearchResult.withPersons(PersonMatch... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
GetFaceSearchResult |
GetFaceSearchResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetFaceSearchResult |
GetFaceSearchResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
Copyright © 2019. All rights reserved.