GetAnnotatedPageContentRequest

@Serializable
data class GetAnnotatedPageContentRequest(val includeActionableInformation: Boolean? = null)

Request object containing input parameters for the PageDomain.getAnnotatedPageContent command.

Constructors

Link copied to clipboard
constructor(includeActionableInformation: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for GetAnnotatedPageContentRequest, which allows setting the optional parameters of the PageDomain.getAnnotatedPageContent command via a lambda.

Properties

Link copied to clipboard

Whether to include actionable information. Defaults to true.