| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CustomLabel |
CustomLabel.clone() |
CustomLabel |
CustomLabel.withConfidence(Float confidence)
The confidence that the model has in the detection of the custom label.
|
CustomLabel |
CustomLabel.withGeometry(Geometry geometry)
The location of the detected object on the image that corresponds to the custom label.
|
CustomLabel |
CustomLabel.withName(String name)
The name of the custom label.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomLabel> |
DetectCustomLabelsResult.getCustomLabels()
An array of custom labels detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectCustomLabelsResult |
DetectCustomLabelsResult.withCustomLabels(CustomLabel... customLabels)
An array of custom labels detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectCustomLabelsResult.setCustomLabels(Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
|
DetectCustomLabelsResult |
DetectCustomLabelsResult.withCustomLabels(Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
|
Copyright © 2020. All rights reserved.