AgeModelResponse

dermatology-apiai-dermatologymedical-imagingtelemedicineskin-analysisrest-apiopenapillms-txtce-markedwhite-labelhealthcaremedical-aicomputer-visionmedical-deviceicd-10image-classificationclinical-decision-supporttriage

Properties

Name Type Description
age number Predicted age of the subject in years
View JSON Schema on GitHub

JSON Schema

autoderm-ai-dermatology-api-AgeModelResponse.json Raw ↑
{
  "properties": {
    "age": {
      "type": "number",
      "minimum": 0.0,
      "title": "Age",
      "description": "Predicted age of the subject in years"
    }
  },
  "type": "object",
  "required": [
    "age"
  ],
  "title": "AgeModelResponse",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.autoderm.ai/schemas/AgeModelResponse.json"
}