| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetPersonTrackingResponse |
RekognitionClient.getPersonTracking(Consumer<GetPersonTrackingRequest.Builder> getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default GetPersonTrackingResponse |
RekognitionClient.getPersonTracking(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPersonTrackingResponse> |
RekognitionAsyncClient.getPersonTracking(Consumer<GetPersonTrackingRequest.Builder> getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default CompletableFuture<GetPersonTrackingResponse> |
RekognitionAsyncClient.getPersonTracking(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetPersonTrackingResponse> |
GetPersonTrackingIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPersonTrackingPublisher.subscribe(org.reactivestreams.Subscriber<? super GetPersonTrackingResponse> subscriber) |
Copyright © 2021. All rights reserved.