| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateFacesResponse |
RekognitionClient.associateFaces(AssociateFacesRequest associateFacesRequest)
Associates one or more faces with an existing UserID.
|
default AssociateFacesResponse |
RekognitionClient.associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)
Associates one or more faces with an existing UserID.
|
default CopyProjectVersionResponse |
RekognitionClient.copyProjectVersion(Consumer<CopyProjectVersionRequest.Builder> copyProjectVersionRequest)
|
default CopyProjectVersionResponse |
RekognitionClient.copyProjectVersion(CopyProjectVersionRequest copyProjectVersionRequest)
|
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 Amazon Rekognition project (like a Custom Labels model or a custom adapter) and begins
training.
|
default CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(CreateProjectVersionRequest createProjectVersionRequest)
Creates a new version of Amazon Rekognition project (like a Custom Labels model or a custom adapter) 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 or to detect labels
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 or to detect labels
in a streaming video.
|
default CreateUserResponse |
RekognitionClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a new User within a collection specified by
CollectionId. |
default CreateUserResponse |
RekognitionClient.createUser(CreateUserRequest createUserRequest)
Creates a new User within a collection specified by
CollectionId. |
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 PutProjectPolicyResponse |
RekognitionClient.putProjectPolicy(Consumer<PutProjectPolicyRequest.Builder> putProjectPolicyRequest)
|
default PutProjectPolicyResponse |
RekognitionClient.putProjectPolicy(PutProjectPolicyRequest putProjectPolicyRequest)
|
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 © 2023. All rights reserved.