GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs

data class GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs(val boundingPoly: Output<GoogleCloudDocumentaiV1BoundingPolyArgs>? = null, val confidence: Output<Double>? = null, val layoutId: Output<String>? = null, val layoutType: Output<GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType>? = null, val page: Output<String>) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs>

Represents a weak reference to a page element within a document.

Constructors

fun GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs(boundingPoly: Output<GoogleCloudDocumentaiV1BoundingPolyArgs>? = null, confidence: Output<Double>? = null, layoutId: Output<String>? = null, layoutType: Output<GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType>? = null, page: Output<String>)

Functions

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

Properties

Link copied to clipboard

Optional. Identifies the bounding polygon of a layout element on the page.

Link copied to clipboard
val confidence: Output<Double>? = null

Optional. Confidence of detected page element, if applicable. Range [0, 1].

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

Optional. Deprecated. Use PageRef.bounding_poly instead.

Link copied to clipboard

Optional. The type of the layout element that is being referenced if any.

Link copied to clipboard
val page: Output<String>

Index into the Document.pages element, for example using Document.pages to locate the related page element. This field is skipped when its value is the default 0. See https://developers.google.com/protocol-buffers/docs/proto3#json.