GoogleCloudDocumentaiV1DocumentPageLineArgs

data class GoogleCloudDocumentaiV1DocumentPageLineArgs(val detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, val layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageLineArgs>

A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

Constructors

constructor(detectedLanguages: Output<List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs>>? = null, layout: Output<GoogleCloudDocumentaiV1DocumentPageLayoutArgs>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null)

Properties

Link copied to clipboard

A list of detected languages together with confidence.

Link copied to clipboard

Layout for Line.

Link copied to clipboard

The history of this annotation.

Functions

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