MultimodalImageResult class

Result of multimodal image processing

Constructors

MultimodalImageResult({required bool success, ProcessedImage? processedImage, ErrorHandlingResult? error, required ModelType modelType, required bool validationPassed})
const

Properties

error → ErrorHandlingResult?
final
hasError → bool
no setter
hashCode → int
The hash code for this object.
no setterinherited
hasImage → bool
no setter
modelType → ModelType
final
processedImage → ProcessedImage?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
success → bool
final
validationPassed → bool
final

Methods

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

Operators

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