ProcessedImage class

Represents a processed image ready for AI model consumption

Constructors

ProcessedImage({required Uint8List originalBytes, required Uint8List processedBytes, required String base64String, required int width, required int height, required String format, String? originalFormat})
const

Properties

base64Length → int
Gets the length of the Base64 string
no setter
base64String → String
final
format → String
final
hashCode → int
The hash code for this object.
no setterinherited
height → int
final
originalBytes → Uint8List
final
originalFormat → String?
final
processedBytes → Uint8List
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizeInBytes → int
Gets the size of the processed image in bytes
no setter
width → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited