Computer Vision
Overview
Key Capabilities
Object Detection
const result = await client.vision.detectObjects({
image: imageBuffer, // or URL or base64 encoded string
minConfidence: 0.6
});{
"objects": [
{
"label": "car",
"confidence": 0.98,
"boundingBox": {
"x1": 45,
"y1": 120,
"x2": 325,
"y2": 250
}
},
{
"label": "person",
"confidence": 0.95,
"boundingBox": {
"x1": 580,
"y1": 90,
"x2": 660,
"y2": 380
}
}
]
}Image Classification
Face Detection and Analysis
OCR (Optical Character Recognition)
Scene Understanding
Advanced Features
Custom Vision Models
Video Analytics
Industry Applications
Retail
Manufacturing
Healthcare
Security
Performance Metrics
Task
Accuracy
Processing Time