GoogleCloudDocumentaiV1beta3DocumentPageLayout constructor

GoogleCloudDocumentaiV1beta3DocumentPageLayout({
  1. GoogleCloudDocumentaiV1beta3BoundingPoly? boundingPoly,
  2. double? confidence,
  3. String? orientation,
  4. GoogleCloudDocumentaiV1beta3DocumentTextAnchor? textAnchor,
})

Implementation

GoogleCloudDocumentaiV1beta3DocumentPageLayout({
  this.boundingPoly,
  this.confidence,
  this.orientation,
  this.textAnchor,
});