| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.clone() |
Anomaly |
Anomaly.withName(String name)
The name of an anomaly type found in an image.
|
Anomaly |
Anomaly.withPixelAnomaly(PixelAnomaly pixelAnomaly)
Information about the pixel mask that covers an anomaly type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Anomaly> |
DetectAnomalyResult.getAnomalies()
If the model is an image segmentation model,
Anomalies contains a list of anomaly types found in the
image. |
| Modifier and Type | Method and Description |
|---|---|
DetectAnomalyResult |
DetectAnomalyResult.withAnomalies(Anomaly... anomalies)
If the model is an image segmentation model,
Anomalies contains a list of anomaly types found in the
image. |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectAnomalyResult.setAnomalies(Collection<Anomaly> anomalies)
If the model is an image segmentation model,
Anomalies contains a list of anomaly types found in the
image. |
DetectAnomalyResult |
DetectAnomalyResult.withAnomalies(Collection<Anomaly> anomalies)
If the model is an image segmentation model,
Anomalies contains a list of anomaly types found in the
image. |
Copyright © 2022. All rights reserved.