BitmapResult

interface BitmapResult : StatsTimer, RecognizerResult

Created by Christopher Alex Brown on 1/26/17.

Inheritors

Functions

Link copied to clipboard
@NonNull
abstract fun bitmap(): Bitmap
Link copied to clipboard
abstract fun blurScore(): Int
Link copied to clipboard
abstract fun creationDateTime(): Long
Link copied to clipboard
abstract fun duration(): Long
Link copied to clipboard
@Nullable
abstract fun edgeDetection(): EdgeDetection
abstract fun edgeDetection(@NonNull edgeDetection: EdgeDetection)
Link copied to clipboard
abstract fun frameId(): Long
Link copied to clipboard
@NonNull
abstract fun orientation(): CameraOrientation
Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop()