InputImageMetadata class

Data of image required when creating image from bytes.

Constructors

InputImageMetadata({required Size size, required InputImageRotation rotation, required InputImageFormat format, required int bytesPerRow})
Constructor to create an instance of InputImageMetadata.

Properties

bytesPerRow int
The row stride for color plane, in bytes.
final
format InputImageFormat
Format of the input image.
final
hashCode int
The hash code for this object.
no setterinherited
rotation InputImageRotation
Image rotation degree.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a json representation of an instance of InputImageMetadata.
toString() String
A string representation of this object.
inherited

Operators

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