AnalysisImage class Null safety
Constructors
-
AnalysisImage({required int height, required int width, required List<
ImagePlane> planes, required InputAnalysisImageFormat format, required InputAnalysisImageRotation rotation, Uint8List? nv21Image, Rect? cropRect}) -
AnalysisImage.from(Map<
String, dynamic> map) -
factory
Properties
- cropRect ↔ Rect?
-
read / write
- format ↔ InputAnalysisImageFormat
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height ↔ int
-
read / write
- nv21Image ↔ Uint8List?
-
read / write
-
planes
↔ List<
ImagePlane> -
read / write
- rotation ↔ InputAnalysisImageRotation
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- width ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited