public static interface PixelAnomaly.Builder extends SdkPojo, CopyableBuilder<PixelAnomaly.Builder,PixelAnomaly>
| Modifier and Type | Method and Description |
|---|---|
PixelAnomaly.Builder |
color(String color)
A hex color value for the mask that covers an anomaly type.
|
PixelAnomaly.Builder |
totalPercentageArea(Float totalPercentageArea)
The percentage area of the image that the anomaly type covers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPixelAnomaly.Builder totalPercentageArea(Float totalPercentageArea)
The percentage area of the image that the anomaly type covers.
totalPercentageArea - The percentage area of the image that the anomaly type covers.PixelAnomaly.Builder color(String color)
A hex color value for the mask that covers an anomaly type. Each anomaly type has a different mask color. The color maps to the color of the anomaly type used in the training dataset.
color - A hex color value for the mask that covers an anomaly type. Each anomaly type has a different mask
color. The color maps to the color of the anomaly type used in the training dataset.Copyright © 2022. All rights reserved.