| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AbstractAmazonRekognitionAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonRekognitionAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a new Amazon Rekognition project.
|
Future<CreateProjectResult> |
AmazonRekognitionAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProjectRequest |
CreateProjectRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withAutoUpdate(ProjectAutoUpdate autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
CreateProjectRequest |
CreateProjectRequest.withAutoUpdate(String autoUpdate)
Specifies whether automatic retraining should be attempted for the versions of the project.
|
CreateProjectRequest |
CreateProjectRequest.withFeature(CustomizationFeature feature)
Specifies feature that is being customized.
|
CreateProjectRequest |
CreateProjectRequest.withFeature(String feature)
Specifies feature that is being customized.
|
CreateProjectRequest |
CreateProjectRequest.withProjectName(String projectName)
The name of the project to create.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the project.
|
Copyright © 2024. All rights reserved.