GoogleCloudDocumentaiV1DocumentPageDimensionResponse

data class GoogleCloudDocumentaiV1DocumentPageDimensionResponse(val height: Double, val unit: String, val width: Double)

Dimension for the page.

Constructors

constructor(height: Double, unit: String, width: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Page height.

Link copied to clipboard

Dimension unit.

Link copied to clipboard

Page width.