DocumentLinkResponse

@Serializable
data class DocumentLinkResponse(val rects: List<LinkRect>, val pageIndex: Int, val document: Document)

Constructors

Link copied to clipboard
constructor(rects: List<LinkRect>, pageIndex: Int, document: Document)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard