Anomaly

class Anomaly

Information about an anomaly type found on an image by an image segmentation model. For more information, see DetectAnomalies.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of an anomaly type found in an image. Name maps to an anomaly type in the training dataset, apart from the anomaly type background. The service automatically inserts the background anomaly type into the response from DetectAnomalies.

Link copied to clipboard

Information about the pixel mask that covers an anomaly type.

Functions

Link copied to clipboard
inline fun copy(block: Anomaly.Builder.() -> Unit = {}): Anomaly
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String