GoogleCloudDocumentaiV1DocumentPageArgs

data class GoogleCloudDocumentaiV1DocumentPageArgs(val blocks: Output<List<GoogleCloudDocumentaiV1DocumentPageBlockArgs>>? = null, val detectedBarcodes: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs>>? = null, val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val dimension: Output<GoogleCloudDocumentaiV1DocumentPageDimensionArgs>? = null, val formFields: Output<List<GoogleCloudDocumentaiV1DocumentPageFormFieldArgs>>? = null, val image: Output<GoogleCloudDocumentaiV1DocumentPageImageArgs>? = null, val imageQualityScores: Output<GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val lines: Output<List<GoogleCloudDocumentaiV1DocumentPageLineArgs>>? = null, val pageNumber: Output<Int>? = null, val paragraphs: Output<List<GoogleCloudDocumentaiV1DocumentPageParagraphArgs>>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, val symbols: Output<List<GoogleCloudDocumentaiV1DocumentPageSymbolArgs>>? = null, val tables: Output<List<GoogleCloudDocumentaiV1DocumentPageTableArgs>>? = null, val tokens: Output<List<GoogleCloudDocumentaiV1DocumentPageTokenArgs>>? = null, val transforms: Output<List<GoogleCloudDocumentaiV1DocumentPageMatrixArgs>>? = null, val visualElements: Output<List<GoogleCloudDocumentaiV1DocumentPageVisualElementArgs>>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageArgs>

A page in a Document.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

Link copied to clipboard

A list of detected barcodes.

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Physical dimension of the page.

Link copied to clipboard

A list of visually detected form fields on the page.

Link copied to clipboard

Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.

Link copied to clipboard
Link copied to clipboard

Layout for the page.

Link copied to clipboard

A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.

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

1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.

Link copied to clipboard

A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.

Link copied to clipboard

The history of this page.

Link copied to clipboard

A list of visually detected symbols on the page.

Link copied to clipboard

A list of visually detected tables on the page.

Link copied to clipboard

A list of visually detected tokens on the page.

Link copied to clipboard

Transformation matrices that were applied to the original document image to produce Page.image.

Link copied to clipboard

A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.

Functions

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