DocumentLinkResponse

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

Response containing link information within a document.

Constructors

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

Properties

Link copied to clipboard

The document reference containing this link.

Link copied to clipboard

The zero-based index of the page containing the link.

Link copied to clipboard

The list of rectangular regions where the link is located.