Anomaly is a JSON Structure definition published by Amazon Lookout for Vision, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-anomaly-structure.json",
"name": "Anomaly",
"description": "Information about an anomaly type found on an image by an image segmentation model. For more information, see <a>DetectAnomalies</a>.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/AnomalyName"
},
{
"description": "The name of an anomaly type found in an image. <code>Name</code> maps to an anomaly type in the training dataset, apart from the anomaly type <code>background</code>. The service automatically inserts the <code>background</code> anomaly type into the response from <code>DetectAnomalies</code>. "
}
]
},
"PixelAnomaly": {
"allOf": [
{
"$ref": "#/components/schemas/PixelAnomaly"
},
{
"description": "Information about the pixel mask that covers an anomaly type."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.