1. Classification
plantera-api
Plant Analyzer
  • Plantera API
  • Plant Analyzer
  • Plantera API V2
  • System
  • Classification
  • Detection
  • Schemas
    • DTOs
      • Classification
        • ClassificationResponse
      • Detection
        • DiagonsisResponse
    • Envelopes
      • ErrorResponse
      • SuccessResponse
    • Models
Github
  1. Classification

ClassificationResponse

{
    "success": true,
    "message": "Plant species classification completed successfully.",
    "data": [
        {
            "class_id": 0,
            "class_name": "African Violet (Saintpaulia ionantha)",
            "confidence": 0
        }
    ]
}
Built with