GoogleCloudDocumentaiV1DocumentPageAnchorPageRef constructor

GoogleCloudDocumentaiV1DocumentPageAnchorPageRef({
  1. GoogleCloudDocumentaiV1BoundingPoly? boundingPoly,
  2. double? confidence,
  3. String? layoutId,
  4. String? layoutType,
  5. String? page,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageAnchorPageRef({
  this.boundingPoly,
  this.confidence,
  this.layoutId,
  this.layoutType,
  this.page,
});