| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
DetectAnomalyResult |
DetectAnomalyResult.clone() |
DetectAnomalyResult |
DetectAnomaliesResult.getDetectAnomalyResult()
The results of the
DetectAnomalies operation. |
DetectAnomalyResult |
DetectAnomalyResult.withAnomalies(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. |
DetectAnomalyResult |
DetectAnomalyResult.withAnomalyMask(ByteBuffer anomalyMask)
If the model is an image segmentation model,
AnomalyMask contains pixel masks that covers all
anomaly types found on the image. |
DetectAnomalyResult |
DetectAnomalyResult.withConfidence(Float confidence)
The confidence that Lookout for Vision has in the accuracy of the classification in
IsAnomalous. |
DetectAnomalyResult |
DetectAnomalyResult.withIsAnomalous(Boolean isAnomalous)
True if Amazon Lookout for Vision classifies the image as containing an anomaly, otherwise false.
|
DetectAnomalyResult |
DetectAnomalyResult.withSource(ImageSource source)
The source of the image that was analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectAnomaliesResult.setDetectAnomalyResult(DetectAnomalyResult detectAnomalyResult)
The results of the
DetectAnomalies operation. |
DetectAnomaliesResult |
DetectAnomaliesResult.withDetectAnomalyResult(DetectAnomalyResult detectAnomalyResult)
The results of the
DetectAnomalies operation. |
Copyright © 2023. All rights reserved.