toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
DocumentLinkResponse
Document
Link
Response
@
Serializable
data
class
DocumentLinkResponse
(
val
rects
:
List
<
LinkRect
>
,
val
pageIndex
:
Int
)
Members
Constructors
Document
Link
Response
Link copied to clipboard
constructor
(
rects
:
List
<
LinkRect
>
,
pageIndex
:
Int
)
Properties
page
Index
Link copied to clipboard
val
pageIndex
:
Int
rects
Link copied to clipboard
val
rects
:
List
<
LinkRect
>