| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResult |
AbstractAmazonRekognition.getSegmentDetection(GetSegmentDetectionRequest request) |
GetSegmentDetectionResult |
AmazonRekognition.getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
GetSegmentDetectionResult |
AmazonRekognitionClient.getSegmentDetection(GetSegmentDetectionRequest request)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSegmentDetectionResult> |
AmazonRekognitionAsync.getSegmentDetectionAsync(GetSegmentDetectionRequest getSegmentDetectionRequest,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
Future<GetSegmentDetectionResult> |
AbstractAmazonRekognitionAsync.getSegmentDetectionAsync(GetSegmentDetectionRequest request,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler) |
Future<GetSegmentDetectionResult> |
AmazonRekognitionAsyncClient.getSegmentDetectionAsync(GetSegmentDetectionRequest request,
AsyncHandler<GetSegmentDetectionRequest,GetSegmentDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResult |
GetSegmentDetectionResult.clone() |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withAudioMetadata(AudioMetadata... audioMetadata)
An array of objects.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withAudioMetadata(Collection<AudioMetadata> audioMetadata)
An array of objects.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withJobStatus(String jobStatus)
Current status of the segment detection job.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withJobStatus(VideoJobStatus jobStatus)
Current status of the segment detection job.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withNextToken(String nextToken)
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSegments(Collection<SegmentDetection> segments)
An array of segments detected in a video.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSegments(SegmentDetection... segments)
An array of segments detected in a video.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSelectedSegmentTypes(Collection<SegmentTypeInfo> selectedSegmentTypes)
An array containing the segment types requested in the call to
StartSegmentDetection. |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSelectedSegmentTypes(SegmentTypeInfo... selectedSegmentTypes)
An array containing the segment types requested in the call to
StartSegmentDetection. |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withVideoMetadata(Collection<VideoMetadata> videoMetadata)
Currently, Amazon Rekognition Video returns a single object in the
VideoMetadata array. |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withVideoMetadata(VideoMetadata... videoMetadata)
Currently, Amazon Rekognition Video returns a single object in the
VideoMetadata array. |
Copyright © 2021. All rights reserved.