| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LabelDetection |
LabelDetection.clone() |
LabelDetection |
LabelDetection.withLabel(Label label)
Details about the 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 © 2022. All rights reserved.