| 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 |
|---|---|
DescribeProjectsResult |
AbstractAmazonRekognition.describeProjects(DescribeProjectsRequest request) |
DescribeProjectsResult |
AmazonRekognitionClient.describeProjects(DescribeProjectsRequest request)
Gets information about your Rekognition projects.
|
DescribeProjectsResult |
AmazonRekognition.describeProjects(DescribeProjectsRequest describeProjectsRequest)
Gets information about your Rekognition projects.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectsResult> |
AmazonRekognitionAsyncClient.describeProjectsAsync(DescribeProjectsRequest request,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler) |
Future<DescribeProjectsResult> |
AbstractAmazonRekognitionAsync.describeProjectsAsync(DescribeProjectsRequest request,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler) |
Future<DescribeProjectsResult> |
AmazonRekognitionAsync.describeProjectsAsync(DescribeProjectsRequest describeProjectsRequest,
AsyncHandler<DescribeProjectsRequest,DescribeProjectsResult> asyncHandler)
Gets information about your Rekognition projects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsResult |
DescribeProjectsResult.clone() |
DescribeProjectsResult |
DescribeProjectsResult.withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
DescribeProjectsResult |
DescribeProjectsResult.withProjectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResult |
DescribeProjectsResult.withProjectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
Copyright © 2024. All rights reserved.