AndroidAnalysisOptions class

Constructors

AndroidAnalysisOptions.jpeg({required int width})
const
AndroidAnalysisOptions.nv21({required int width})
const
AndroidAnalysisOptions.yuv420({required int width})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
outputFormat InputAnalysisImageFormat
Image analysis format. Recommended format for image analysis on Android is nv21.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
`Target width of you image analysis. CamerAwesome will try to find the closest resolution to this width. The smaller the image, the faster the analysis will be. 500 is often enough to detect barcodes or faces for example.
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