Google Cloud Documentai V1Document Page Anchor Page Ref Args
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
Link copied to clipboard
constructor(boundingPoly: Output<GoogleCloudDocumentaiV1BoundingPolyArgs>? = null, confidence: Output<Double>? = null, layoutId: Output<String>? = null, layoutType: Output<GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType>? = null, page: Output<String>)