| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDatasetResponse |
RekognitionClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a new Amazon Rekognition Custom Labels dataset.
|
default CreateDatasetResponse |
RekognitionClient.createDataset(CreateDatasetRequest createDatasetRequest)
Creates a new Amazon Rekognition Custom Labels dataset.
|
default CreateProjectResponse |
RekognitionClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
default CreateProjectResponse |
RekognitionClient.createProject(CreateProjectRequest createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
default CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(Consumer<CreateProjectVersionRequest.Builder> createProjectVersionRequest)
Creates a new version of a model and begins training.
|
default CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(CreateProjectVersionRequest createProjectVersionRequest)
Creates a new version of a model and begins training.
|
default CreateStreamProcessorResponse |
RekognitionClient.createStreamProcessor(Consumer<CreateStreamProcessorRequest.Builder> createStreamProcessorRequest)
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming
video.
|
default CreateStreamProcessorResponse |
RekognitionClient.createStreamProcessor(CreateStreamProcessorRequest createStreamProcessorRequest)
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming
video.
|
default DeleteDatasetResponse |
RekognitionClient.deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes an existing Amazon Rekognition Custom Labels dataset.
|
default DeleteDatasetResponse |
RekognitionClient.deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes an existing Amazon Rekognition Custom Labels dataset.
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
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 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 StartProjectVersionResponse |
RekognitionClient.startProjectVersion(Consumer<StartProjectVersionRequest.Builder> startProjectVersionRequest)
Starts the running of the version of a model.
|
default StartProjectVersionResponse |
RekognitionClient.startProjectVersion(StartProjectVersionRequest startProjectVersionRequest)
Starts the running of the version of a model.
|
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.
|
default UpdateDatasetEntriesResponse |
RekognitionClient.updateDatasetEntries(Consumer<UpdateDatasetEntriesRequest.Builder> updateDatasetEntriesRequest)
Adds or updates one or more entries (images) in a dataset.
|
default UpdateDatasetEntriesResponse |
RekognitionClient.updateDatasetEntries(UpdateDatasetEntriesRequest updateDatasetEntriesRequest)
Adds or updates one or more entries (images) in a dataset.
|
Copyright © 2021. All rights reserved.