ProcessedImage class
Represents a processed image ready for AI model consumption
Constructors
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