FormX Mobile SDK
PortableLib
/
ai.formx.mobile.sdk
/
FormXAPIDocument
Form
XAPIDocument
data
class
FormXAPIDocument
(
val
bbox
:
List
<
Int
>
,
val
type
:
String
)
FormXAPIDocument
contains a detected document region
Constructors
Properties
Constructors
Form
XAPIDocument
Link copied to clipboard
fun
FormXAPIDocument
(
bbox
:
List
<
Int
>
,
type
:
String
)
Properties
bbox
Link copied to clipboard
@
SerializedName
(
value
=
"bbox"
)
val
bbox
:
List
<
Int
>
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String