| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CompareFacesResponse |
RekognitionClient.compareFaces(CompareFacesRequest compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default CompareFacesResponse |
RekognitionClient.compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default DetectFacesResponse |
RekognitionClient.detectFaces(Consumer<DetectFacesRequest.Builder> detectFacesRequest)
Detects faces within an image that is provided as input.
|
default DetectFacesResponse |
RekognitionClient.detectFaces(DetectFacesRequest detectFacesRequest)
Detects faces within an image that is provided as input.
|
default DetectLabelsResponse |
RekognitionClient.detectLabels(Consumer<DetectLabelsRequest.Builder> detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
default DetectLabelsResponse |
RekognitionClient.detectLabels(DetectLabelsRequest detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
default DetectModerationLabelsResponse |
RekognitionClient.detectModerationLabels(Consumer<DetectModerationLabelsRequest.Builder> detectModerationLabelsRequest)
Detects explicit or suggestive adult content in a specified JPEG or PNG format image.
|
default DetectModerationLabelsResponse |
RekognitionClient.detectModerationLabels(DetectModerationLabelsRequest detectModerationLabelsRequest)
Detects explicit or suggestive adult content in a specified JPEG or PNG format image.
|
default DetectTextResponse |
RekognitionClient.detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default DetectTextResponse |
RekognitionClient.detectText(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default IndexFacesResponse |
RekognitionClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default IndexFacesResponse |
RekognitionClient.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default RecognizeCelebritiesResponse |
RekognitionClient.recognizeCelebrities(Consumer<RecognizeCelebritiesRequest.Builder> recognizeCelebritiesRequest)
Returns an array of celebrities recognized in the input image.
|
default RecognizeCelebritiesResponse |
RekognitionClient.recognizeCelebrities(RecognizeCelebritiesRequest recognizeCelebritiesRequest)
Returns an array of celebrities recognized in the input image.
|
default SearchFacesByImageResponse |
RekognitionClient.searchFacesByImage(Consumer<SearchFacesByImageRequest.Builder> searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
default SearchFacesByImageResponse |
RekognitionClient.searchFacesByImage(SearchFacesByImageRequest searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
default StartCelebrityRecognitionResponse |
RekognitionClient.startCelebrityRecognition(Consumer<StartCelebrityRecognitionRequest.Builder> startCelebrityRecognitionRequest)
Starts asynchronous recognition of celebrities in a stored video.
|
default StartCelebrityRecognitionResponse |
RekognitionClient.startCelebrityRecognition(StartCelebrityRecognitionRequest startCelebrityRecognitionRequest)
Starts asynchronous recognition of celebrities in a stored video.
|
default StartContentModerationResponse |
RekognitionClient.startContentModeration(Consumer<StartContentModerationRequest.Builder> startContentModerationRequest)
Starts asynchronous detection of explicit or suggestive adult content in a stored video.
|
default StartContentModerationResponse |
RekognitionClient.startContentModeration(StartContentModerationRequest startContentModerationRequest)
Starts asynchronous detection of explicit or suggestive adult content in a stored video.
|
default StartFaceDetectionResponse |
RekognitionClient.startFaceDetection(Consumer<StartFaceDetectionRequest.Builder> startFaceDetectionRequest)
Starts asynchronous detection of faces in a stored video.
|
default StartFaceDetectionResponse |
RekognitionClient.startFaceDetection(StartFaceDetectionRequest startFaceDetectionRequest)
Starts asynchronous detection of faces in a stored video.
|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default StartLabelDetectionResponse |
RekognitionClient.startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
default StartLabelDetectionResponse |
RekognitionClient.startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest)
Starts asynchronous detection of labels in a stored video.
|
default StartPersonTrackingResponse |
RekognitionClient.startPersonTracking(Consumer<StartPersonTrackingRequest.Builder> startPersonTrackingRequest)
Starts the asynchronous tracking of a person's path in a stored video.
|
default StartPersonTrackingResponse |
RekognitionClient.startPersonTracking(StartPersonTrackingRequest startPersonTrackingRequest)
Starts the asynchronous tracking of a person's path in a stored video.
|
Copyright © 2019. All rights reserved.