| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LabelDetection |
LabelDetection.clone() |
LabelDetection |
LabelDetection.withDurationMillis(Long durationMillis)
The time duration of a segment in milliseconds, I.e.
|
LabelDetection |
LabelDetection.withEndTimestampMillis(Long endTimestampMillis)
The time in milliseconds defining the end of the timeline segment containing a continuously detected label.
|
LabelDetection |
LabelDetection.withLabel(Label label)
Details about the detected label.
|
LabelDetection |
LabelDetection.withStartTimestampMillis(Long startTimestampMillis)
The time in milliseconds defining the start of the timeline segment containing a continuously detected label.
|
LabelDetection |
LabelDetection.withTimestamp(Long timestamp)
Time, in milliseconds from the start of the video, that the label was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelDetection> |
GetLabelDetectionResult.getLabels()
An array of labels detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionResult |
GetLabelDetectionResult.withLabels(LabelDetection... labels)
An array of labels detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLabelDetectionResult.setLabels(Collection<LabelDetection> labels)
An array of labels detected in the video.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withLabels(Collection<LabelDetection> labels)
An array of labels detected in the video.
|
Copyright © 2025. All rights reserved.