GoogleCloudDocumentaiV1beta2DocumentPageLayout constructor

GoogleCloudDocumentaiV1beta2DocumentPageLayout({
  1. GoogleCloudDocumentaiV1beta2BoundingPoly? boundingPoly,
  2. double? confidence,
  3. String? orientation,
  4. GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
})

Implementation

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