GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponse

data class GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponse(val boundingPoly: GoogleCloudDocumentaiV1BoundingPolyResponse, val confidence: Double, val layoutId: String, val layoutType: String, val page: String)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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.