| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
static PixelAnomaly.Builder |
PixelAnomaly.builder() |
PixelAnomaly.Builder |
PixelAnomaly.Builder.color(String color)
A hex color value for the mask that covers an anomaly type.
|
PixelAnomaly.Builder |
PixelAnomaly.toBuilder() |
PixelAnomaly.Builder |
PixelAnomaly.Builder.totalPercentageArea(Float totalPercentageArea)
The percentage area of the image that the anomaly type covers.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PixelAnomaly.Builder> |
PixelAnomaly.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Anomaly.Builder |
Anomaly.Builder.pixelAnomaly(Consumer<PixelAnomaly.Builder> pixelAnomaly)
Information about the pixel mask that covers an anomaly type.
|
Copyright © 2022. All rights reserved.