GoogleCloudDocumentaiV1DocumentPageImageResponse

data class GoogleCloudDocumentaiV1DocumentPageImageResponse(val content: String, val height: Int, val mimeType: String, val width: Int)

Rendered image contents for this page.

Constructors

constructor(content: String, height: Int, mimeType: String, width: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Raw byte content of the image.

Link copied to clipboard
val height: Int

Height of the image in pixels.

Link copied to clipboard

Encoding mime type for the image.

Link copied to clipboard
val width: Int

Width of the image in pixels.