| 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 |
|---|---|
CreateCollectionResult |
AmazonRekognitionClient.createCollection(CreateCollectionRequest request)
Creates a collection in an AWS Region.
|
CreateCollectionResult |
AbstractAmazonRekognition.createCollection(CreateCollectionRequest request) |
CreateCollectionResult |
AmazonRekognition.createCollection(CreateCollectionRequest createCollectionRequest)
Creates a collection in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCollectionResult> |
AmazonRekognitionAsyncClient.createCollectionAsync(CreateCollectionRequest request,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler) |
Future<CreateCollectionResult> |
AbstractAmazonRekognitionAsync.createCollectionAsync(CreateCollectionRequest request,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler) |
Future<CreateCollectionResult> |
AmazonRekognitionAsync.createCollectionAsync(CreateCollectionRequest createCollectionRequest,
AsyncHandler<CreateCollectionRequest,CreateCollectionResult> asyncHandler)
Creates a collection in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionResult |
CreateCollectionResult.clone() |
CreateCollectionResult |
CreateCollectionResult.withCollectionArn(String collectionArn)
Amazon Resource Name (ARN) of the collection.
|
CreateCollectionResult |
CreateCollectionResult.withFaceModelVersion(String faceModelVersion)
Version number of the face detection model associated with the collection you are creating.
|
CreateCollectionResult |
CreateCollectionResult.withStatusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
|
Copyright © 2024. All rights reserved.