toggle menu
Genius Scan SDK
6.2.0
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.core
/
BufferInput
Buffer
Input
class
BufferInput
(
val
imageBuffer
:
ByteArray
,
val
previewWidth
:
Int
,
val
previewHeight
:
Int
,
val
previewStride
:
Int
)
:
DocumentDetectionInput
Members
Constructors
Buffer
Input
Link copied to clipboard
constructor
(
imageBuffer
:
ByteArray
,
previewWidth
:
Int
,
previewHeight
:
Int
,
previewStride
:
Int
)
Properties
image
Buffer
Link copied to clipboard
val
imageBuffer
:
ByteArray
preview
Height
Link copied to clipboard
val
previewHeight
:
Int
preview
Stride
Link copied to clipboard
val
previewStride
:
Int
preview
Width
Link copied to clipboard
val
previewWidth
:
Int