//scanning/com.pixelnetica.scanning/FrameObserver/Observation
Observation
[androidJvm]
data class Observation(val flags: Int, val delay: Float, val fullness: Float, val distortion: Float, val image: Bitmap?)
Current frame observation result
Constructors
Observation | [androidJvm] constructor(flags: Int, delay: Float, fullness: Float, distortion: Float, image: Bitmap?) |
Types
Name | Summary |
---|---|
Companion | [androidJvm] object Companion |
Properties
Name | Summary |
---|---|
delay | [androidJvm] val delay: Float contains delay time for pause (in milliseconds) |
distortion | [androidJvm] val distortion: Float distortion value |
flags | [androidJvm] val flags: Int contains a bit-set flags |
fullness | [androidJvm] val fullness: Float contains rate for document on the frame |
image | [androidJvm] val image: Bitmap? debug-only usage. Contains current frame bitmap |