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 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 CreateDatasetResponse |
RekognitionClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) |
|
default CreateDatasetResponse |
RekognitionClient.createDataset(CreateDatasetRequest createDatasetRequest) |
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest) |
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest) |
|
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 unsafe content in a specified JPEG or PNG format image.
|
default DetectModerationLabelsResponse |
RekognitionClient.detectModerationLabels(DetectModerationLabelsRequest detectModerationLabelsRequest) |
Detects unsafe content in a specified JPEG or PNG format image.
|
default DetectProtectiveEquipmentResponse |
RekognitionClient.detectProtectiveEquipment(Consumer<DetectProtectiveEquipmentRequest.Builder> detectProtectiveEquipmentRequest) |
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
default DetectProtectiveEquipmentResponse |
RekognitionClient.detectProtectiveEquipment(DetectProtectiveEquipmentRequest detectProtectiveEquipmentRequest) |
Detects Personal Protective Equipment (PPE) worn by people detected in an 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 SearchUsersByImageResponse |
RekognitionClient.searchUsersByImage(Consumer<SearchUsersByImageRequest.Builder> searchUsersByImageRequest) |
Searches for UserIDs using a supplied image.
|
default SearchUsersByImageResponse |
RekognitionClient.searchUsersByImage(SearchUsersByImageRequest searchUsersByImageRequest) |
Searches for UserIDs using a supplied image.
|
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 inappropriate, unwanted, or offensive content in a stored video.
|
default StartContentModerationResponse |
RekognitionClient.startContentModeration(StartContentModerationRequest startContentModerationRequest) |
Starts asynchronous detection of inappropriate, unwanted, or offensive 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 StartMediaAnalysisJobResponse |
RekognitionClient.startMediaAnalysisJob(Consumer<StartMediaAnalysisJobRequest.Builder> startMediaAnalysisJobRequest) |
Initiates a new media analysis job.
|
default StartMediaAnalysisJobResponse |
RekognitionClient.startMediaAnalysisJob(StartMediaAnalysisJobRequest startMediaAnalysisJobRequest) |
Initiates a new media analysis job.
|
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.
|
default StartSegmentDetectionResponse |
RekognitionClient.startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest) |
Starts asynchronous detection of segment detection in a stored video.
|
default StartSegmentDetectionResponse |
RekognitionClient.startSegmentDetection(StartSegmentDetectionRequest startSegmentDetectionRequest) |
Starts asynchronous detection of segment detection in a stored video.
|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest) |
Starts asynchronous detection of text in a stored video.
|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(StartTextDetectionRequest startTextDetectionRequest) |
Starts asynchronous detection of text in a stored video.
|