| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomLabel.Builder |
CustomLabel.builder() |
CustomLabel.Builder |
CustomLabel.Builder.confidence(Float confidence)
The confidence that the model has in the detection of the custom label.
|
default CustomLabel.Builder |
CustomLabel.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the detected object on the image that corresponds to the custom label.
|
CustomLabel.Builder |
CustomLabel.Builder.geometry(Geometry geometry)
The location of the detected object on the image that corresponds to the custom label.
|
CustomLabel.Builder |
CustomLabel.Builder.name(String name)
The name of the custom label.
|
CustomLabel.Builder |
CustomLabel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomLabel.Builder> |
CustomLabel.serializableBuilderClass() |
Copyright © 2021. All rights reserved.