IsolateFrameResult constructor
const
IsolateFrameResult({
- required Uint8List processedBytes,
- required double averageLuminosity,
- required int croppedWidth,
- required int croppedHeight,
- required bool isLowLight,
- double blurScore = 100.0,
- bool isBlurry = false,
- bool isMotionDetected = false,
- double motionScore = 0.0,
- bool isStaticFrame = false,
- int frameHash = 0,
- double contrastScore = 1.0,
- List<
String> enhancementsApplied = const [],
Implementation
const IsolateFrameResult({
required this.processedBytes,
required this.averageLuminosity,
required this.croppedWidth,
required this.croppedHeight,
required this.isLowLight,
this.blurScore = 100.0,
this.isBlurry = false,
this.isMotionDetected = false,
this.motionScore = 0.0,
this.isStaticFrame = false,
this.frameHash = 0,
this.contrastScore = 1.0,
this.enhancementsApplied = const [],
});