| 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<GetSegmentDetectionResult> |
AmazonRekognitionAsyncClient.getSegmentDetectionAsync(GetSegmentDetectionRequest request,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler) |
Future<GetSegmentDetectionResult> |
AbstractAmazonRekognitionAsync.getSegmentDetectionAsync(GetSegmentDetectionRequest request,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler) |
Future<GetSegmentDetectionResult> |
AmazonRekognitionAsync.getSegmentDetectionAsync(GetSegmentDetectionRequest getSegmentDetectionRequest,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionRequest |
GetSegmentDetectionRequest.clone() |
GetSegmentDetectionRequest |
GetSegmentDetectionRequest.withJobId(String jobId)
Job identifier for the text detection operation for which you want results returned.
|
GetSegmentDetectionRequest |
GetSegmentDetectionRequest.withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetSegmentDetectionRequest |
GetSegmentDetectionRequest.withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of text.
|
Copyright © 2023. All rights reserved.