flutter_capture_vision library
App-facing API for Dynamsoft Capture Vision.
Classes
- BarcodeResult
- A decoded barcode and its location.
- CaptureVisionRequest
- Selects either built-in tasks or one exact DCV template name for a capture.
- CaptureVisionResult
- Results produced by one Capture Vision operation.
- CaptureVisionTemplate
- A named Capture Vision template declared in a DCV settings JSON document.
- DefaultTasksCaptureVisionRequest
- A request composed from built-in Capture Vision tasks.
- DocumentDetectionResult
- A document boundary detected in the source image.
- FlutterCaptureVision
- A serial, lifecycle-aware Capture Vision router for one Flutter client.
- MrzResult
- Parsed MRZ data and its detected location.
- NamedTemplateCaptureVisionRequest
- A request that passes templateName unchanged to CaptureVisionRouter.
- VisionImageBuffer
- Raw image data with explicit geometry and pixel layout.
- VisionPoint
- A point in source-image coordinates.
- VisionQuadrilateral
- Four source-image coordinates describing a detected region.
- VisionTask
- A built-in Capture Vision capability with a stable wire identifier.
Enums
- VisionPixelFormat
- Pixel layouts accepted by the Capture Vision raw-image API.
- VisionRotation
- Clockwise rotation applied to a raw image before results are reported.
Exceptions / Errors
- CaptureVisionException
- A stable error raised by the Capture Vision Dart API.