GoogleCloudDocumentaiV1DocumentPageImageArgs

data class GoogleCloudDocumentaiV1DocumentPageImageArgs(val content: Output<String>? = null, val height: Output<Int>? = null, val mimeType: Output<String>? = null, val width: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageImageArgs>

Rendered image contents for this page.

Constructors

constructor(content: Output<String>? = null, height: Output<Int>? = null, mimeType: Output<String>? = null, width: Output<Int>? = null)

Properties

Link copied to clipboard
val content: Output<String>? = null

Raw byte content of the image.

Link copied to clipboard
val height: Output<Int>? = null

Height of the image in pixels.

Link copied to clipboard
val mimeType: Output<String>? = null

Encoding mime type for the image.

Link copied to clipboard
val width: Output<Int>? = null

Width of the image in pixels.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentPageImageArgs