| 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 |
|---|---|
DescribeCollectionResult |
AbstractAmazonRekognition.describeCollection(DescribeCollectionRequest request) |
DescribeCollectionResult |
AmazonRekognitionClient.describeCollection(DescribeCollectionRequest request)
Describes the specified collection.
|
DescribeCollectionResult |
AmazonRekognition.describeCollection(DescribeCollectionRequest describeCollectionRequest)
Describes the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCollectionResult> |
AbstractAmazonRekognitionAsync.describeCollectionAsync(DescribeCollectionRequest request,
AsyncHandler<DescribeCollectionRequest,DescribeCollectionResult> asyncHandler) |
Future<DescribeCollectionResult> |
AmazonRekognitionAsync.describeCollectionAsync(DescribeCollectionRequest describeCollectionRequest,
AsyncHandler<DescribeCollectionRequest,DescribeCollectionResult> asyncHandler)
Describes the specified collection.
|
Future<DescribeCollectionResult> |
AmazonRekognitionAsyncClient.describeCollectionAsync(DescribeCollectionRequest request,
AsyncHandler<DescribeCollectionRequest,DescribeCollectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCollectionResult |
DescribeCollectionResult.clone() |
DescribeCollectionResult |
DescribeCollectionResult.withCollectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResult |
DescribeCollectionResult.withCreationTimestamp(Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
DescribeCollectionResult |
DescribeCollectionResult.withFaceCount(Long faceCount)
The number of faces that are indexed into the collection.
|
DescribeCollectionResult |
DescribeCollectionResult.withFaceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
|
Copyright © 2022. All rights reserved.