GoogleCloudDocumentaiV1DocumentPageImageResponse

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

Rendered image contents for this page.

Constructors

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.