| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCollectionResponse |
RekognitionClient.createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)
Creates a collection in an AWS Region.
|
default CreateCollectionResponse |
RekognitionClient.createCollection(CreateCollectionRequest createCollectionRequest)
Creates a collection in an AWS Region.
|
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 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 TagResourceResponse |
RekognitionClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default TagResourceResponse |
RekognitionClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
Copyright © 2022. All rights reserved.