GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef constructor

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

Implementation

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