| 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.withConfidence(Float confidence)
The confidence that Amazon Lookout for Vision has in the accuracy of the prediction.
|
DetectAnomalyResult |
DetectAnomalyResult.withIsAnomalous(Boolean isAnomalous)
True if the image contains 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 © 2022. All rights reserved.