Enum ImageAnalysisType
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public enum ImageAnalysisType
Fields
| Name | Description |
|---|---|
| Caption | Single-line caption: Used for previews, accessibility, and summarization. |
| DenseCaptions | Dense captions: Region-based descriptions for advanced analysis/research. |
| ObjectDetection | Object detection: Used when specific object recognition is needed. |
| Ocr | Text extraction (OCR): Used for scanned documents, screenshots, and most editor/game tools. |
| PeopleDetection | People detection: Used for privacy/regulatory issues, less frequently used. |
| SmartCrops | Smart crops: Automated thumbnail/crop generation, niche but practical in production. |
| Tags | Keyword tagging: Used for search, filtering, and metadata. |