AnalysisImageWrapper constructor
AnalysisImageWrapper({
- required AnalysisImageFormat format,
- Uint8List? bytes,
- required int width,
- required int height,
- List<
PlaneWrapper?> ? planes, - CropRectWrapper? cropRect,
- AnalysisRotation? rotation,
Implementation
AnalysisImageWrapper({
required this.format,
this.bytes,
required this.width,
required this.height,
this.planes,
this.cropRect,
this.rotation,
});