DetailedCroppedImageResult class

Represents the result of the image crop transformation with additional details.

Constructors

DetailedCroppedImageResult.new(Map<String, dynamic> nativeDetailedCroppedImageResult)
Represents the result of the image crop transformation with additional details.

Properties

hashCode int
The hash code for this object.
no setterinherited
image String?
The cropped image in the Base64 format
getter/setter pair
location Rectangle?
The location of the cropped image in the transformed image of the document.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side ScanningSide?
The document side that was cropped.
getter/setter pair

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