| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
PixelAnomaly |
PixelAnomaly.clone() |
PixelAnomaly |
Anomaly.getPixelAnomaly()
Information about the pixel mask that covers an anomaly type.
|
PixelAnomaly |
PixelAnomaly.withColor(String color)
A hex color value for the mask that covers an anomaly type.
|
PixelAnomaly |
PixelAnomaly.withTotalPercentageArea(Float totalPercentageArea)
The percentage area of the image that the anomaly type covers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anomaly.setPixelAnomaly(PixelAnomaly pixelAnomaly)
Information about the pixel mask that covers an anomaly type.
|
Anomaly |
Anomaly.withPixelAnomaly(PixelAnomaly pixelAnomaly)
Information about the pixel mask that covers an anomaly type.
|
Copyright © 2023. All rights reserved.