Google Cloud Documentai V1Document Page Anchor Page Ref Response
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
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponse(boundingPoly: GoogleCloudDocumentaiV1BoundingPolyResponse, confidence: Double, layoutId: String, layoutType: String, page: String)