recognition-core
androidJvm
recognition-core
/
com.microblink.recognition.core
/
Preview
Preview
class
Preview
Frame source
Members
Types
Builder
Link copied to clipboard
class
Builder
Builder
Functions
copy
Link copied to clipboard
fun
copy
(
image
:
ByteSource
=
this.source
,
height
:
Int
=
this.height
,
width
:
Int
=
this.width
,
rotation
:
Int
=
this.rotation
,
rowStride
:
Int
=
this.rowStride
)
:
Preview
Copy
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
height
Link copied to clipboard
@get:
JvmName
(
name
=
"height"
)
val
height
:
Int
rotation
Link copied to clipboard
@get:
JvmName
(
name
=
"rotation"
)
val
rotation
:
Int
row
Stride
Link copied to clipboard
@get:
JvmName
(
name
=
"rowStride"
)
val
rowStride
:
Int
source
Link copied to clipboard
@get:
JvmName
(
name
=
"source"
)
val
source
:
ByteSource
width
Link copied to clipboard
@get:
JvmName
(
name
=
"width"
)
val
width
:
Int